Quantcast
Channel: PDFCreator - pdfforge forums
Viewing all 2634 articles
Browse latest View live

Virus reported when i try to download and afther the instalation the schedule scan report ADW_OPENCANDY

$
0
0

@llacasa wrote:

Hi, virus reported when i try to download and afther the instalation the schedule scan report ADW_OPENCANDY

Posts: 2

Participants: 2

Read full topic


Security alert pop up at the end of the installation

$
0
0

@Jihem wrote:

Hi everyone,

Trying to package the installation of PDFCreator 2.4.1 which I downloaded from this site. At the end of the installation, when I get to the window saying the installation is completed, a pop up open and says something like :slight_smile:

Security Alert
This page require a secure connection including server authentication.
Certificate editor is not trusted. Do you wish to continue.

I tried to install the certificate, didn't work. Any idea?

Posts: 3

Participants: 2

Read full topic

Internet Explorer is maxing RAM due to PDF Creator

$
0
0

@NickGourley wrote:

We have a user that is maxing their RAM when they print something to PDF Creator from Internet Explorer. They have Windows 10. This happens about 1-3 times a day for them. They are using PDF Creator heavily throughout the day and it typically happens near the end of the day. They have to close IE, thus ending the PDF Creator task as well.

Posts: 1

Participants: 1

Read full topic

One Year License

$
0
0

@tchandler18 wrote:

I purchased the pdf creator plus with the 1 yr license. Does the license give me access to updates for 1 yr or will my PDF creator stop working entirely after my license expires in one year?

Posts: 1

Participants: 1

Read full topic

Building the source from Git Repo

$
0
0

@unmesh.shukla wrote:

Hi Robin,

I need help in building the source of PDF Creator in Visual Studio 2015. I am not able to resolve the issues related to build and references that appear on building the source code. Can you provide any assistance for the same? I need to modify a small part of the source code and rebuild it.

@Robin.W

Posts: 2

Participants: 2

Read full topic

Printer sends to email to sms or sends directly to phone number

$
0
0

@cstremel wrote:

Is there a way to have documents being sent to a fax or phone number, like a cell phone. even if there is no attachments and we manually put in a message then print.

Posts: 1

Participants: 1

Read full topic

Problems when combined sheets, improper orientation of the sheet

$
0
0

@Spiritgmr wrote:

Good afternoon ! Prompt when trying to combine 2 or more jpg \ pdf files into single-page document. PDF Creator turns the sheets, it happens in any setting in the tabs "a PDF" "General," "Orientation". I tried to version 2.3 2.4 .2.4.1. Thank you in advance

Posts: 3

Participants: 2

Read full topic

PDF-Datei wird nicht erzeugt; INF- und PS-Datei vorhanden

$
0
0

@rolfk59075 wrote:

Hallo.
Trotz intensiven Forschens habe ich hier keine Lösung für mein Problem mit PDFCreator 2.4.1 gefunden:
1. "Gedruckt" wird durch ein Programm, welches als Windows-Service läuft.
2. Das benutzte PDFCreator-Profil ist auf "automatisch speichern" mit Angabe des Verzeichnisses "C:\Users\" eingestellt mit gleich Service-Account
3. Im Profil sind alle "Kontaktaufnahmen mit der Aussenwelt" abgeschaltet

PDFCreator erzeugt zwar im Verzeichnis "C:\Users\AppData\Local\Temp\PDFCreator\Spool" eine INF- sowie eine PS-Datei, erzeugt danach aber keine PDF-Datei - zumindest nicht im angegebenen Verzeichnis. Es ist keine neue Datei auf dem Rechner bzw. in seinen Verzeichnissen zu finden.
Auch die Nennung eines anderen Verzeichnisses sowie die Kontrolle der Rechte brachte keine PDF-Datei.

Hat jemand eine Idee?
Danke im Voraus.

Posts: 1

Participants: 1

Read full topic


PDF Creator Server - Treiberpaket

$
0
0

@swangemann wrote:

Hallo PDF Forge Team,

ich habe bereits durch den PDF Creator Server mehrere Queues erzeugt die auch aus verschiedenen Punkten angesteuert werden können.

Jetzt kommt leider ein Problem auf mich zu....
Der PDF Creator soll von mehr als 2000 Clients aufrufbar sein.
Leider wird der PDF Creator Treiber erst dann installiert, wenn der PDF Creator manuell gemapped wird.

Ich möchte gerne mithilfe von PnPutil.exe -i -a den Druckertreiber für PDF Creator bereits vorinstallieren.
Existiert ein Treiberpaket für den PDFCreator Server mit einem "INF" File?

Über eine Antwort würde ich mich sehr freuen.

Mit freundlichen Grüßen
Steven Wangemann

Posts: 1

Participants: 1

Read full topic

Jpeg print rotated

$
0
0

@spuff wrote:

I've seen this post a few times before but no replies that solved it. When printing to jpeg format (also happens in png) the image gets rotated 90deg. There doesn't seem to be setting to force it to print a certain orientation as there is with pdf creation.

Posts: 1

Participants: 1

Read full topic

PDF Creator 2.4.1 Freeze on Queue.ReleaseCom

$
0
0

@koumes wrote:

Hello, I have a problem with the conversion to PDF in version 2.4.1 in COM interface.

The first file will be converted correctly, including the release of COM.
The second file was also converted, but the call Queue.ReleaseCOM freezes.

In version 2.3, everything worked properly.

Posts: 1

Participants: 1

Read full topic

Having a problem with ConvertTo(path)

$
0
0

@AlanGreyjoy wrote:

I am having a problem with ConvertTo(path).

I keep getting a Object reference not set to an instance of an object.

It finds the job in que and sets the profile, but it wont convert it.

My code

        Dim PDFCreatorQueue As pdfforge.PDFCreator.UI.COM.Queue
        Dim printJob As pdfforge.PDFCreator.UI.COM.PrintJob

        PDFCreatorQueue = New pdfforge.PDFCreator.UI.COM.Queue()

        rs.Print("Starting print que")
        PDFCreatorQueue.Initialize()

        Try
            If Not PDFCreatorQueue.WaitForJob(10) Then
                MsgBox("The print job did not reach the print que within 10 seconds")
                PDFCreatorQueue.ReleaseCom()
            Else
                rs.Print("There are " & PDFCreatorQueue.Count & " jobs in the que")
                printJob = PDFCreatorQueue.NextJob
                printJob.SetProfileByGuid("DefaultGuid")
                printJob.ConvertTo("P:\CAD\RhinoDek\yup.pdf")
                If (Not printJob.IsFinished Or Not printJob.IsSuccessful) Then
                    MsgBox("Could not convert the file:")
                Else
                    MsgBox("Job finished successfully")
                End If
            End If
        Catch ex As Exception
            MessageBox.Show("Original error: " & ex.Message)
        Finally
            PDFCreatorQueue.ReleaseCom()
        End Try

PDFCreators Error Logs
2017-02-15 13:34:11.4689 [Error] pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.RunWorkflow: System.NullReferenceException: Object reference not set to an instance of an object.
at pdfforge.PDFCreator.Conversion.Ghostscript.Conversion.GhostscriptConverter.GetGhostscript()
at pdfforge.PDFCreator.Conversion.Ghostscript.Conversion.GhostscriptConverter.DoConversion(Job job)
at pdfforge.PDFCreator.Core.Workflow.JobRunner.Convert(Job job)
at pdfforge.PDFCreator.Core.Workflow.JobRunner.RunJob(Job job)
at pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.DoWorkflowWork()
at pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.RunWorkflow(Job job) System.NullReferenceException: Object reference not set to an instance of an object.
at pdfforge.PDFCreator.Conversion.Ghostscript.Conversion.GhostscriptConverter.GetGhostscript()
at pdfforge.PDFCreator.Conversion.Ghostscript.Conversion.GhostscriptConverter.DoConversion(Job job)
at pdfforge.PDFCreator.Core.Workflow.JobRunner.Convert(Job job)
at pdfforge.PDFCreator.Core.Workflow.JobRunner.RunJob(Job job)
at pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.DoWorkflowWork()
at pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.RunWorkflow(Job job)

Posts: 2

Participants: 1

Read full topic

How do I associate .ps files with PDFCreator

$
0
0

@Aoex wrote:

As the title of the topic suggests, I am trying to convert a postscript file into a pdf file using PDFCreator, the problem is that I can't get PDFCreator to recognize the postscript file so that I can print it to pdf. I've read that the installation process once had an option to associate postscript files with PDFCreator, but I didn't see it while I installed it. I also tried using PDF Architect with a free license but it too did not recognize postscript files when I attempted to create a pdf. I need this for school, so I'll be bumping this.

Posts: 2

Participants: 2

Read full topic

Automatisiertes Zusammenfügen von PDF ohne COM?

$
0
0

@mvogel wrote:

Mein Kunde hat u.A. die Anforderung, Ausdrucke aus verschiedenen Quellen (und verschiedener Ausrichtung, D.h. Hochformat und Querformat) zusammenzufügen. Derzeit nutzen wir auf einem der Server eine ältere Variante des Creators und ein anderes Zusatzprogramm für das Zusammenfügen, das in der Kommandozeile gestartet wird. Es läuft prinzipiell, aber das Zusammenspiel aus COM-Aufrufen und Scripten in der Kommandozeile ist "spannend", Mir wäre lieber, wenn ich dies ausschließlich mit dem Creator und den User-Tokens, aber ohne COM-Schnittstelle und ohne Kommandozeile erreichen würde.

Meine Traumvorstellung ist:

  • Ausgabe des ersten Dokuments als "quer.pdf"
  • Ausgabe des zweiten Dokuments als "ziel.pdf". Dabei sollte (per Feenstaub oder ähnliche Magie) die "quer.pdf" in die "ziel.pdf" integriert werden (unter Beibehaltung der Ausrichtung der jeweiligen Seite)

Für unser Setup (viele Citrix-Server) ist es besser, wenn wir die COM-Schnittstelle nicht verwenden. Das Ziel soll sein, die Server-Variante zu verwenden, die der Kunde auch bereits erworben hat. Wir warten dort auf die Aufnahme der User-Tokens, würden aber schon gerne Erfahrung mit den Tokens bei einer Einzelplatzvariante sammeln.

Ist dies möglich? Gibt es eine Dokumentation dafür?

Danke!

Posts: 4

Participants: 2

Read full topic

Utilisation des user tolker

$
0
0

@AndreL wrote:

Bonjour,

j'ai paramétré PDFCreator comme imprimante par defaut, pour pouvoir l'utiliser, à partir d'un script VBScript depuis une appication (PowerAmc pour ne pas la nommer).

Mon script lance de multiple impression pour générer plusieurs fichiers PDF.
Le nom des fichiers est automatiquement généré en utilisant le tolken <PrintJobName> dans le champ "document/titre".
j'aimerais maitriser un peu plus le nom des fichiers pdf générés. D'après la doc, en anglais, se serait posssible par l'usage de "user tolken".
Mais j'ai pas tout compris ...:sweat:

est-ce que quelqu'un a déjà fait cela ?
ou a une doc un peu moins sommaire et si possible en français ?

Je ne vois pas comment, je pourrais initialiser et évaluer ce nouveau User tolken, dans mon VBscript ...

PS. dans mon cas je n'imprime pas un fichier, mais des diagrammes générés et affichés dans PowerAMC.

D'avance merci pour tous les éléments d'aide que vous pourriez me transmettre.

André.

Posts: 1

Participants: 1

Read full topic


What pdf products can meet the needs

$
0
0

@felixgander wrote:

My company have a message server, it is background service, the service receive message and send to printer.
we want to use pdf printer to save message , What products can meet the needs ?

Posts: 2

Participants: 2

Read full topic

PDFCreator (2.5.1): Eigentümer-PW wird nicht gefragt

$
0
0

@Wurzl wrote:

Hallo zusammen,

mit der neuen Version des PDFCreator wird bei der Erstellung eines PDF nicht mehr nach dem Eigentümer-Passwort gefragt (WIN 10 64 Prof.. Installation als Admin, Aufruf als eingeschränkter User, ohne MS-Konto)

Vorgehensweise:

Profileinstellung/PDF/Sicherheit => Verschlüsseln angehakt, Passwort angehakt, Passwörter hinterlegen ist leer, Verschlüsselungsgrad ist "Mittel", Dateiformat = PDF/A-1b

Das gleiche Verhalten habe ich, wenn Passwort nicht angehakt ist.

Vielmehr wird nie ein Passwort gefragt

Ich möchte nach dem Eigentümerpasswort gefragt werden, wenn ich die PDF-Datei erzeuge. Bei Version 2.4.1 war noch alles ok. Version 2.5.0 habe ich nicht getestet.

Vielleicht mache ich auch einen Anwenderfehler. Wer kann mir helfen bzw. einen Lösungstip geben?

Servus
Wurzl

Posts: 2

Participants: 2

Read full topic

Com interface : merge pdf problem

$
0
0

@guillermain wrote:

I need help with the creation of a C++ program that has to merge several PDF into one using PDFCreator 2.3 COM interface.
My problem is that when I have to merge a small number of PDF, the merged PDF is created, but with hundreds of PDF, it's not.
I looked at the CppCOMTest project in the PDFCreator folder and I have some questions:
- Do I have to WaitForJobs(300, 15) after I called AddFileToQueue 300 times?
- Is "PDFCreator::IPDFCreatorPtr pdfPtr(__uuidof(PDFCreator::PDFCreatorObj))" the right way to get a PDFCreator object?
- Is there something special to do between MergeAllJobs and NextJob?
- In your examples, you test !printJob->IsFinished || !printJob->IsSuccessful immediately after printJob->ConvertTo. But do I have to wait after my ConvertTo? Because the test always fails (even when the PDF is made)

Ideally, can you give us an example of using AddFileToQueue to then MergeAllJobs and ConvertTo?

Posts: 1

Participants: 1

Read full topic

PDF file not created from task scheduler

$
0
0

@Diane_Aktiv wrote:

PDFCreator Version 1.7.3
Windows server 2012 R2

A long time ago we integrated PDFCreator with our ERP Software using OLE and registry settings.
It worked and works fine with several of our customers.
Recently a new customer’s server was installed.
When the application is run by double clicking the executable file, everything works just fine, when run from the task scheduler (by selecting the run command which does nothing more than starting the executable file) the pdf file is not created. Both are executed with the same credentials.
I checked security settings on the user’s temporary folders map but those seems to be ok.
We can’t upgrade to a newer version of PDF creator right now because of integration with our ERP software.
I tried to install PDFCreator as a service but I couldn’t get it to work with our application.
I didn’t look at it into detail as with another client we have a similar configuration which works fairly well (PDFCreator standalone on Windows Server 2008 R2 unless it is an issue with windows sever 2012)
I enabled logging via the PDFCreator Monitor Tool and this tells me there is write access in the spool file directory.
I include the two log files:
The first one with the program activated from the task scheduler, the second one with the program activated by double clicking the executable file

Log file while ran from task scheduler
17/02/2017 14:05:36: PDFCreator Program Start
17/02/2017 14:05:36: Windowsversion: Windows Server 2012 [6.2 Build 9200]
17/02/2017 14:05:36: InstalledAsServer: False
17/02/2017 14:05:36: MyAppData: C:\Users\aktiv\AppData\Roaming
17/02/2017 14:05:36: PDFCreator spool directory (Write access: true): C:\Users\aktiv\AppData\Local\Temp\PDFCreator\Spool\
17/02/2017 14:05:40: PDFCreator Program End

Log file while ran by double clicking the exe file
17/02/2017 14:08:40: PDFCreator Program Start
17/02/2017 14:08:40: Windowsversion: Windows Server 2012 [6.2 Build 9200]
17/02/2017 14:08:40: InstalledAsServer: False
17/02/2017 14:08:40: MyAppData: C:\Users\aktiv\AppData\Roaming
17/02/2017 14:08:40: PDFCreator spool directory (Write access: true): C:\Users\aktiv\AppData\Local\Temp\PDFCreator\Spool\
17/02/2017 14:08:40: Autosavemodus: 1files
17/02/2017 14:08:41: Autosavemodus: Create File '\srvdc01\filename.pdf'
17/02/2017 14:08:41: Ghostscriptparameter:
-IC:\Program Files (x86)\PDFCreator\GS9.10\gs9.10\Lib\
-q
-dNOPAUSE
-dBATCH
-sFONTPATH=C:\Windows\Fonts
-sDEVICE=pdfwrite
-dPDFSETTINGS=/default
-dCompatibilityLevel=1.4
-dProcessColorModel=/DeviceCMYK
-dAutoRotatePages=/PageByPage
-dCompressPages=true
-dEmbedAllFonts=true
-dSubsetFonts=true
-dMaxSubsetPct=100
-dConvertCMYKImagesToRGB=false
-sOutputFile=\srvdc01\filename.pdf
-dEncodeColorImages=true
-dAutoFilterColorImages=true
-dEncodeGrayImages=true
-dAutoFilterGrayImages=true
-dEncodeMonoImages=true
-dMonoImageFilter=/CCITTFaxEncode
-dDownsampleMonoImages=false
-dPreserveOverprintSettings=true
-dUCRandBGInfo=/Preserve
-dUseFlateCompression=true
-dParseDSCCommentsForDocInfo=true
-dParseDSCComments=true
-dOPM=0
-dOffOptimizations=0
-dLockDistillerParams=false
-dGrayImageDepth=-1
-dASCII85EncodePages=false
-dDefaultRenderingIntent=/Default
-dTransferFunctionInfo=/Preserve
-dPreserveHalftoneInfo=false
-dDetectBlends=true
-f
C:\Users\aktiv\AppData\Local\Temp\PDFCreator\Spool\F1C19F50987A4B8EB84B24E44F770C5D.mtd
C:\Users\aktiv\AppData\Local\Temp\PDFCreator\Spool\F1C19F50987A4B8EB84B24E44F770C5D.ps
17/02/2017 14:08:41: Time for converting [PDF without encryption]: 00:00:00:380
17/02/2017 14:08:41: Autosavemodus: Create File '\srvdc01\filename.pdf' success
17/02/2017 14:08:41: PDFCreator Program End

Posts: 1

Participants: 1

Read full topic

2.5 PDF after opening does not open the default reader

$
0
0

@fantesma wrote:

Hello. I installed version 2.5.1. After the press continues to offer the PDF architect instead of the default player that is properly associated in W7 programs.
I remade several times the association, also installed Architect but nothing changes.

Posts: 2

Participants: 2

Read full topic

Viewing all 2634 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>