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

not working with file conversion


Silent Install Fails with v3.2.1 FREE Edition

$
0
0

@ktitchard wrote:

Hi I am trying to create a silent installer for the free version of pdf creator. I found an old thread and created a bat file and an ini file. I don’t want to accept the install for architect and I want to bypass downloading of additional files. I have removed the /VERYSILENT tag to test. Please help its driving me nuts.

Bat File

@ECHO PDF Creator Install Silently

“%~dp0PDFCreator-3_2_1-Setup.exe” /LOADINF="%~dp0pdfcreator.ini"
@ECHO Done

Ini File
[Setup]
Lang=English
Dir=C:\Program Files\PDFCreator
Group=PDFCreator
NoIcons=0
SetupType=compact
Components=program,ghostscript,images2pdf,comsamples,helpfiles,helpfiles\english,languages,languages\english
Tasks=desktopicon,desktopicon\common
Printername=PDFCreator
Offer=0

Posts: 1

Participants: 1

Read full topic

Setting a password on the run

$
0
0

@nlfismer wrote:

Hi there,

Is it possible to pass a password to PDFCreator, in the same way we pass a file, name on the run?

Any feedback or assistance will be greatly appreciated. Thank you!

Natalie.

Posts: 1

Participants: 1

Read full topic

We would like to use the program in english please add english language support

Printing from copy command

$
0
0

@lanman87 wrote:

I have an old computer with a very old version of PDF Creator. i believe it is 0.9.9.

We setup the PDFCreator as a local share on the computer and are able to use the old command line command COPY to create PDF files. copy filename.txt \computer\pdfcreator

we have a program that runs on the command line that we can use to inpute file names (mostly text files) and then use COPY commands to send the txt file to pdfcreator and it would open a dialog box and would create the pdf file.

I've tested in on my local desktop with the free version but I can't get the latest free download to work with this setup. I'm interested in getting the terminal services license so I can give this functionality to users on a server but I don't want to shell out the $300+ bucks and it not work.

It is possible to use the old DOS Copy command to write text files to the current version of PDFCreator?

Posts: 1

Participants: 1

Read full topic

Pass token value from command line

$
0
0

@Thorsten_Twellmann wrote:

We want to use PDFCreator for creating PDF files in an automated process (during an svn check-in). For this purpose, PDFCreator is called using the command line and shall use the default export profile.

Is it possible to pass a variable value from the command line, e.g. a svn revision number, that is then used as a token and e.g. stored in the metadata field subject or as a reason stored with a digital signature?

Posts: 2

Participants: 2

Read full topic

Change Profil - Security - Encryption - Password

$
0
0

@inputbox wrote:

Hello,
i want to change the Password over a external Script or CMD to secure my PDF-File .
Its for help the Users faster change the Password, without to tipp the password for every pdf-file.

Posts: 1

Participants: 1

Read full topic

Vba - insert bookmarks

$
0
0

@Andy_Bentley wrote:

Hi,
I'm using pdf creator in MS Access vba to merge selected pdfs. Is it possible to insert bookmarks using vba?

Posts: 1

Participants: 1

Read full topic


Concurrent access to COM interface

$
0
0

@Thorsten_Twellmann wrote:

Hi,
I want to use the COM Interface as part of a server process (svn post-commit hook). There might be situations where more than one user triggers generating a PDF file more or less at the same time.
If I look at the examples, the queue is initialized, the document is sent to the printer and then the process/script waits for the next job and perhaps manipulates the job settings (e.g. fills in meta data fields).

How do I know that the next job is the job that prints the file I sent to the printer in the same process and not the file of another job?

Is concurrent access to the COM object allowed at all? I think I read somewhere that PDFCreatorQueue.Initialize() will fail if PDFCreator is already running.

Will ReleaseCom() terminate the PDFCreator even if it is still used by another process?

Thanks for your support!

Posts: 1

Participants: 1

Read full topic

Fenêtres de l'application vides

$
0
0

@lionellemaire wrote:

Bonjour,

Utilisateur depuis quelques temps de PdfCreator, je constate que depuis une petite semaine, que je ne vois plus le contenu des fenêtres de l'application.

Que je lance PdfCreator ou simplement la fenetre d'option lors d'une impression, je ne vois que le cadre de la fenêtre mais absolument rien du contenu, c'est comme si on avait tracé un rectangle vide, et pourtant la fenêtre est bien là. on ne peut pas cliquer dedans.

J'a tout désinstallé PdfCreator, téléchargé la nouvelle version et resintallé l'ensemble mais ca n'a eu aucun effet.

J'ai vérifié également si le driver de ma carte graphique était à jour et c'est le cas.

Du coup je ne peux plus accéder au paramétrages spécifiques et à la personnalisation de l'impression.

Merci par avance pour votre aide.

PS : W10Pro version 1803 17134.81 sur un Acer Aspire S7-393

Posts: 1

Participants: 1

Read full topic

Change font of signature in PDFCreator

Html über COM Schnittstelle in PDF drucken

$
0
0

@Stefnix wrote:

Hallo Zusammen!

Ich versuche ein html File über die COM-Schnittstelle, in javascript, des PDFCreators zu drucken, leider ohne Erfolg.
Das html wird weder von der Schnittstelle noch von dem Drag & Drop Feld akzeptiert, wobei das wohl das gleiche Verfahren ist.
Verwendet wird Win10, IE11 und PDFCreator 3.2.1.
Der IE wurde in Windows als Standardprogramm für html Dateien registriert.

Der folgende Code funktioniert ohne Probleme bei Txt, Word und Bilder.
Keine Funktion bei xls und html.

 PDFCreatorObj = new ActiveXObject("PDFCreator.PDFCreatorObj");
 PDFCreatorQueue = new ActiveXObject("PDFCreator.JobQueue");
 PDFCreatorQueue.Initialize();
 PDFCreatorObj.PrintFileSwitchingPrinters(Files[0], true);
 PDFCreatorQueue.WaitForJob(10);
 job = PDFCreatorQueue.NextJob;
 job.SetProfileByGuid("DefaultGuid");
 job.ConvertTo(PDFFile);
 PDFCreatorQueue.ReleaseCom();

Hat Irgendjemand eine Idee warum das nicht funktioniert?

Möglichkeit 2:
Ich öffne das html im IE direkt und sende den Druckauftrag über den IE.
Leider habe ich nichts gefunden wie ich den PDFCreator temporär als Drucker manuell einstellen und nach dem Druck auf den ursprünglichen DefaultPrinter zurück stellen kann.
Es müsste hier die Funktion von PrintFileSwitchingPrinters nachgestellt werden.
Ideen?

Danke und Gruss
Stefnix

Posts: 1

Participants: 1

Read full topic

Konvertierung von Excel 2016 per Windows Explorer Kontextmenü funktioniert nicht

$
0
0

@MEDIA_Central wrote:

Hallo zusammen,

ich habe letzte Woche den PDFCreator Free von Version 2.5.2 auf Version 3.2.0 aktualisiert. Seid dem ist folgendes Problem aufgefallen, wobei ich nicht mit Sicherheit sagen kann, ob das Problem nicht bereits vorher bestand.

Wenn ich eine XLSX-Datei im Windows Explorer per Rechtsklick und Klick auf "Convert with PDFCreator" konvertieren möchte, dann öffnet sich Excel und bleibt mit einem leeren Fenster einfach stehen. Mit Word, Bildern, oder Textdateien funktioniert "Convert with PDFCreator" aus dem Kontextmenü einwandfrei.

Ich habe bereits mit Google recherchiert und fand immer wieder Verweise auf den Registry Key, der bei mir wie folgt aussieht:

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Printto\command]
@=""C:\Program Files (x86)\Microsoft Office\Office16\EXCEL.EXE" /dde"

und

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Printto\ddeexec]
@="[open("%1")][print(1,,,,,,,,,,,2,"%2")][close()]"

Ist das Problem irgendjemandem bekannt?

Das Ganze passiert auf einem Windows 7 Professional 64-Bit mit Microsoft Office 2016 Standard 32-Bit.

Posts: 3

Participants: 2

Read full topic

Einfügemodul ist nicht aktiv

$
0
0

@Udo_Kreisel wrote:

Hallo, ich habe das Einfügemodul PDF Architect 6 für 49 EUR gekauft , über den Zugangslink heruntergeladen und installiert. Ich erhalte über mein LogIn rechts oben die Anzeige, dass Modul ist nicht aktiv.
Ich habe keine Ahnung, was ich nun noch machen kann.

Posts: 4

Participants: 2

Read full topic

PDF Windowsdrucker reagiert nicht (3.2.1)

$
0
0

@Ingo1 wrote:

Hallo,
ich habe den PDF - Creator 3.2.1 erfolgreich installiert (Windows 7 Home).
Es wurde auch der PDF Creator - Drucker in Windows eingerichtet.
Wenn ich diesen aber nutzen möchte, passiert gar nichts.
In der PDF Creator - Anwendung (Einstellung -> Debug -> Testseiten) kann ich zwar eine
PDF Creator - Testseite drucken, aber keine Windows Testseite.
Eine Error - Protokolldatei wird nicht erzeugt.
Vielen Dank.

Posts: 2

Participants: 2

Read full topic


Access forbidden. An instance of PDFCreator is currently running

$
0
0

@zyto wrote:

Hello!

I'm using PDFCreator via COM-connector.
The code is very simple:
PDFCreatorQueue= New COMObject("PDFCreator.JobQueue");
PDFCreatorQueue.Initialize();
PDFCreatorQueue.ReleaseCom();

and... I get error message:
(PDFCreator.ComImplementation): Access forbidden. An instance of PDFCreator is currently running.

I've tried to release com before Initialize:
PDFCreatorQueue= New COMObject("PDFCreator.JobQueue");
PDFCreatorQueue.ReleaseCom();
PDFCreatorQueue.Initialize();
PDFCreatorQueue.ReleaseCom();
but I got message:
(PDFCreator.ComImplementation): No COM Instance was found.

I've looked to task manager, there is not any process like PDFCreator.

What I'm doing wrong?
How can I kill instance which is not respond ?

Posts: 1

Participants: 1

Read full topic

Error-PDFCreator in version 2.4.1.13

$
0
0

@Miroslaw wrote:

Hello,
I have a problem with the conversion to PDFCreator in version 2.4.1.13.
Can you help me ?
Thanks


ErrorReport.exe
2.4.1.13
5833f708
KERNELBASE.dll
6.1.7601.24150
5b0cbc65
e0434352
000000000001a06d
5474
01d4086d1106e378
C:\Program Files\PDFCreator\ErrorReport.exe
C:\WINDOWS\system32\KERNELBASE.dll
9fa6b1de-7460-11e8-8796-02000ce59b44

Error Report for PDFCreator 2.4.1.13

Exception:
TaskCanceledException
Une tâche a été annulée.
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at MS.Internal.WeakEventTable.OnShutDown()
at MS.Internal.ShutDownListener.HandleShutDown(Object sender, EventArgs e)

Log:
2018-06-20 11:52:48.3088 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: TIFF (fichier graphique multipages)
2018-06-20 11:52:48.3556 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Startup.AppStarts.MaybePipedApplicationStarter.TryStartApplication: Finding spooled jobs
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Conversion.Jobs.SpooledJobFinder.GetJobs: Looking for spooled jobs in 'C:\Users\PIMI166\AppData\Local\Temp\PDFCreator\Spool'
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Conversion.Jobs.SpooledJobFinder.GetJobs: Found inf file: C:\Users\PIMI166\AppData\Local\Temp\PDFCreator\Spool\4-25FBA71401874A4DBC60B541EA6D6D4C.inf
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: New JobInfo: C:\Users\PIMI166\AppData\Local\Temp\PDFCreator\Spool\4-25FBA71401874A4DBC60B541EA6D6D4C.inf
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: DocumentTitle: Microsoft Word - jhvlkcxhvcxwhkjd.docx
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: ClientComputer: \10NB294441
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: SessionId: 1
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: PrinterName: PDFCreator
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: JobCounter: 8
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: JobId: 4
2018-06-20 11:52:48.3712 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: Added JobInfo: C:\Users\PIMI166\AppData\Local\Temp\PDFCreator\Spool\4-25FBA71401874A4DBC60B541EA6D6D4C.inf
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.StartSynchronizedThread: Adding thread ProcessingThread
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Startup.AppStarts.NewPrintJobStart.StartApplication: Adding new job
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: New JobInfo: C:\Users\PIMI166\AppData\Local\Temp\PDFCreator\Spool\4-25FBA71401874A4DBC60B541EA6D6D4C.inf
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: DocumentTitle: Microsoft Word - jhvlkcxhvcxwhkjd.docx
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: ClientComputer: \10NB294441
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: SessionId: 1
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: PrinterName: PDFCreator
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: JobCounter: 8
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueue.Add: JobId: 4
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Startup.AppStarts.MaybePipedApplicationStarter.SendMessageOrStartApplication: TryStartApplication: True
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Startup.AppStarts.MaybePipedApplicationStarter.SendMessageOrStartApplication: Starting update check thread
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.StartSynchronizedThread: Adding thread UpdateThread
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Startup.AppStarts.MaybePipedApplicationStarter.SendMessageOrStartApplication: Starting Cleanup thread
2018-06-20 11:52:48.3868 [Debug] 10472-13 (UpdateThread) pdfforge.PDFCreator.UI.ViewModels.Assistants.Update.UpdateAssistant.UpdateThread: Launched UpdateThread
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.StartSynchronizedThread: Starting CleanUpThread thread
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.StartSynchronizedThread: Adding thread CleanUpThread
2018-06-20 11:52:48.3868 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueueManager.ProcessJobs: New PrintJob C:\Users\PIMI166\AppData\Local\Temp\PDFCreator\Spool\4-25FBA71401874A4DBC60B541EA6D6D4C.inf from Printer PDFCreator
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Startup.AppStarts.MaybePipedApplicationStarter.Shutdown: Waiting for all threads to finish
2018-06-20 11:52:48.3868 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueueManager.ProcessJob: Creating job workflow
2018-06-20 11:52:48.3868 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobBuilder.BuildJobFromJobInfo: Building Job from JobInfo
2018-06-20 11:52:48.3868 [Debug] 10472-13 (UpdateThread) pdfforge.PDFCreator.UI.ViewModels.Assistants.Update.UpdateAssistant.Update: Automatic UpdateCheck is disabled
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.WaitForThreads: Waiting for all synchronized threads to end
2018-06-20 11:52:48.3868 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.WaitForThreads: 2 Threads remaining
2018-06-20 11:52:48.4024 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobBuilder.BuildJobFromJobInfo: Profile: <Profil par défaut> (GUID DefaultGuid)
2018-06-20 11:52:48.4180 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueueManager.ProcessJob: Running workflow
2018-06-20 11:52:48.4180 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.DoWorkflowWork: Starting conversion...
2018-06-20 11:52:48.4180 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobDataUpdater.GetNumberOfCopies: Number of copies from source files: 1
2018-06-20 11:52:48.4180 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.PageNumberCalculator.NumberOfPagesFromSourceFiles: Number of pages from source files: 1
2018-06-20 11:52:48.4336 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.DoWorkflowWork: Querying the place to save the file
2018-06-20 11:52:50.5367 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobDataUpdater.GetNumberOfCopies: Number of copies from source files: 1
2018-06-20 11:52:50.5367 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.PageNumberCalculator.NumberOfPagesFromSourceFiles: Number of pages from source files: 1
2018-06-20 11:53:00.6759 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.DoWorkflowWork: Output filename template is: C:\Users\PIMI166\Desktop\jhvlkcxhvcxwhkjd.pdf
2018-06-20 11:53:00.6759 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.DoWorkflowWork: Output format is: Pdf
2018-06-20 11:53:00.6759 [Info] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.ConversionWorkflow.DoWorkflowWork: Converting C:\Users\PIMI166\Desktop\jhvlkcxhvcxwhkjd.pdf
2018-06-20 11:53:00.6759 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.RunJob: Starting job
2018-06-20 11:53:00.6759 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Processing.PdfProcessingInterface.PdfProcessorBase.Init: Init Processor
2018-06-20 11:53:00.6759 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.SetUpActions: Setting up actions
2018-06-20 11:53:00.6915 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Actions.ActionManager.GetAllApplicableActions: added action 'pdfforge.PDFCreator.Conversion.Actions.Actions.DefaultViewerAction'
2018-06-20 11:53:00.7227 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.StartSynchronizedThread: Adding thread ProgressForm
2018-06-20 11:53:00.7227 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.Conversion.GhostscriptConverter.GetGhostscript: Ghostscript Version: loaded from C:\Program Files\PDFCreator\Ghostscript\Bin\gswin32c.exe
2018-06-20 11:53:00.7227 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.Conversion.GhostscriptConverter.DoConversion: Starting Ghostscript Job
2018-06-20 11:53:00.7383 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.Conversion.GhostscriptConverter.DoConversion: Output format is: Pdf
2018-06-20 11:53:00.7383 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.OutputDevices.OutputDevice.GetGhostScriptParameters: Created metadata file "C:\Users\PIMI166\AppData\Local\Temp\PDFCRE~1\Temp\JOB_XZ~1\metadata.mtd"
2018-06-20 11:53:00.7539 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.Run: Ghostscript Parameters:
gs
-IC:\Program Files\PDFCreator\Ghostscript\Bin;C:\Program Files\PDFCreator\Ghostscript\Lib;C:\Program Files\PDFCreator\Ghostscript\Fonts
-sFONTPATH=C:\WINDOWS\Fonts
-dNOPAUSE
-dBATCH
-sOutputFile=C:\Users\PIMI166\AppData\Local\Temp\PDFCRE~1\Temp\JOB_XZ~1\TEMPOU~1\output.pdf
-sDEVICE=pdfwrite
-dCompatibilityLevel=1.4
-dPDFSETTINGS=/default
-dEmbedAllFonts=true
-dFastWebView=true
-dAutoRotatePages=/PageByPage
-dParseDSCComments=false
-sColorConversionStrategy=RGB
-dProcessColorModel=/DeviceRGB
-dConvertCMYKImagesToRGB=true
-dAutoFilterColorImages=true
-dAutoFilterGrayImages=true
-dEncodeColorImages=true
-dEncodeGrayImages=true
-dColorImageFilter=/DCTEncode
-dGrayImageFilter=/DCTEncode
-dEncodeMonoImages=true
-dMonoImageFilter=/CCITTFaxEncode
-f
C:\Users\PIMI166\AppData\Local\Temp\PDFCRE~1\Spool\4-25FB~1.PS
C:\Users\PIMI166\AppData\Local\Temp\PDFCRE~1\Temp\JOB_XZ~1\metadata.mtd
2018-06-20 11:53:00.9099 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: GPL Ghostscript 9.19 (2016-03-23)
2018-06-20 11:53:00.9099 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: Copyright (C) 2016 Artifex Software, Inc. All rights reserved.
2018-06-20 11:53:00.9099 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: This software comes with NO WARRANTY: see the file PUBLIC for details.
2018-06-20 11:53:01.0191 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: Loading NimbusMono-Regular font from %rom%Resource/Font/NimbusMono-Regular... 4228036 2792322 1801436 506386 1 done.
2018-06-20 11:53:01.0503 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: %%[ ProductName: GPL Ghostscript ]
2018-06-20 11:53:01.0503 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: %%
2018-06-20 11:53:01.0659 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: %%[Page: 1]
2018-06-20 11:53:01.0659 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: %%
2018-06-20 11:53:01.0659 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: %%[LastPage]
2018-06-20 11:53:01.0659 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.GhostScript.RaiseOutputEvent: %%
2018-06-20 11:53:01.0971 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.Conversion.GhostscriptConverter.DoConversion: Finished Ghostscript execution
2018-06-20 11:53:01.0971 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Ghostscript.Conversion.GhostscriptConverter.DoConversion: Ghostscript Job was successful
2018-06-20 11:53:01.0971 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.Output.OutputFileMoverBase.MoveOutputFiles: Moving output files to final location
2018-06-20 11:53:01.0971 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.Output.OutputFileMoverBase.CopyFile: Copied output file "C:\Users\PIMI166\AppData\Local\Temp\PDFCreator\Temp\Job_xzr3rqq1\tempoutput\output.pdf"
to "C:\Users\PIMI166\Desktop\jhvlkcxhvcxwhkjd.pdf"
2018-06-20 11:53:01.0971 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.LogOutputFiles: Created 1 output files.
2018-06-20 11:53:01.0971 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.LogOutputFiles: 1. Output file: C:\Users\PIMI166\Desktop\jhvlkcxhvcxwhkjd.pdf
2018-06-20 11:53:01.1127 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.CallActions: Starting Actions
2018-06-20 11:53:01.1127 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.CallActions: Calling Action DefaultViewerAction
2018-06-20 11:53:01.1127 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Actions.Actions.DefaultViewerAction.ProcessJob: Launched Viewer-Action
2018-06-20 11:53:01.1595 [Warn] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Actions.Actions.DefaultViewerAction.ProcessJob: Open with PDF Architect selected, but not installed
2018-06-20 11:53:01.1595 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Actions.Actions.DefaultViewerAction.OpenJobOutput: Open file(s) with default programm
2018-06-20 11:53:01.1907 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Conversion.Actions.Actions.DefaultViewerAction.OpenJobOutput: Openend (only first) file: C:\Users\PIMI166\Desktop\jhvlkcxhvcxwhkjd.pdf
2018-06-20 11:53:01.1907 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.CallActions: Action DefaultViewerAction completed
2018-06-20 11:53:01.1907 [Debug] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.CleanUp: Cleaning up after the job
2018-06-20 11:53:01.1907 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.RunJob: Job finished successfully
2018-06-20 11:53:01.1907 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobRunner.RunJob: Calling job completed event
2018-06-20 11:53:01.1907 [Trace] 10472-12 (ProcessingThread) pdfforge.PDFCreator.Core.Workflow.JobInfoQueueManager.ProcessJobs: Removing job from Queue
2018-06-20 11:53:01.2063 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.WaitForThreads: 1 Threads remaining
2018-06-20 11:53:01.2063 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Startup.AppStarts.MaybePipedApplicationStarter.Shutdown: All synchronized threads have ended
2018-06-20 11:53:01.2063 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Communication.PipeServerManager.PrepareShutdown: Preparing PipeServer for ShutDown
2018-06-20 11:53:01.2063 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.Shutdown: Shutting down the application
2018-06-20 11:53:01.2063 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Utilities.Threading.ThreadManager.Shutdown: Exiting...
2018-06-20 11:53:01.2063 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.SaveSettingsInRegistry: Saving settings
2018-06-20 11:53:01.3778 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: Profiles:
2018-06-20 11:53:01.3778 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: <Profil par défaut>
2018-06-20 11:53:01.3778 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: Compression élevée (petit fichier)
2018-06-20 11:53:01.3778 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: Qualité élevée (gros fichier)
2018-06-20 11:53:01.3778 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: JPEG (fichier graphique)
2018-06-20 11:53:01.3778 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: PDF/A (conservation à long terme)
2018-06-20 11:53:01.3778 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: PNG (fichier graphique)
2018-06-20 11:53:01.3778 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: Imprimer après l'enregistrement
2018-06-20 11:53:01.3778 [Trace] 10472-1 (ProgramThread) pdfforge.PDFCreator.UI.ViewModels.SettingsLoader.LogProfiles: TIFF (fichier graphique multipages)
2018-06-20 11:53:01.3778 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Core.Communication.PipeServerManager.Shutdown: Stopping pipe server
2018-06-20 11:53:01.3934 [Debug] 10472-1 (ProgramThread) pdfforge.PDFCreator.Editions.EditionBase.ProgramBase.Main: Ending PDFCreator

Environment:
Microsoft Windows NT 6.1.7601 Service Pack 1

Platform:
x64

Posts: 1

Participants: 1

Read full topic

Können MAils udn/oder Ordner von Outlook mit pdf architect archiviert werden?

$
0
0

@Sukram wrote:

Hallo

Möchte gerne wissen, ob Mails und Ordner von Outlook in PDF Strukturen abgelegt werden können mit pdf architect. Suche eine Alternative zu Adobe PDF Maker.

Besten Dank für jede Hilfe.

Posts: 1

Participants: 1

Read full topic

PDF Creator 2.5 schneidet erste Zeile der eMailsignatur ab

$
0
0

@RT_schrema wrote:

Hallo,

ich setze den PDF Creator 2.5 ein, weil die Funktion des automatischen eMailsversands nach dem erstellen des PDFs in der Version 3 nicht mehr vorhanden ist (zumindest habe ich sie nicht gesehen).

Jetzt habe ich das Problem, dass nach dem erstellen zwar noch die eMail generiert wird, aber die erste Zeile der Standardsignatur nicht übernommen wird.
Ich habe natürlich schon die Signatur überprüft. Aber die ist in Ordnung. Wenn ich ganz normal eine eMail erstelle, ist die auch vollständig enthalten.

Hat jemand eine Idee, woran das liegen kann, bzw. was man tun kann?

Vielen Dank im Voraus

Rolf Thielmann

Posts: 2

Participants: 2

Read full topic

Echec Mise à jour Pdf Creator en ligne de commande

$
0
0

@vincent_perron wrote:

Dans mon entreprise, nous n'arrivons pas à deployer PdfCreator lorsqu'une version précedente est présente sur le poste.

Nous utilisons la ligne de commande suivante :
PDFCreator-3_2_1-Setup.exe /ForceInstall /LOADINF=custom.ini /NOCLOSEAPPLICATIONS /NORESTART

Après analyse, il s'avere que l'installeur ajoute une étape supplémentaire lors de la mise à jour de l'application en prevenant l'utilisateur que l'application est deja installé, et de confirmer que la mise à jour va avoir lieu"

Savez vous comment faire sauter cette fenetre en ligne de commande ( voir piece jointe )?

Merci pour votre aide
Cordialement,

VincentCapture

Posts: 1

Participants: 1

Read full topic

Viewing all 2617 articles
Browse latest View live


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