DOCXReadWrite and PDF Export

Questions and answers on how to use DOCXReadWrite
Post Reply
eteoklis
Posts: 31
Joined: Wed Feb 03, 2021 10:42 am

DOCXReadWrite and PDF Export

Post by eteoklis »

Hello
Since i only have the evaluation package can DOCXReadWrite export a document as password encrypted PDF?
Thanks in advance.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: DOCXReadWrite and PDF Export

Post by larsa »

Hello

Probably. I have to do some tests, I'll let you know tomorrow.
Lars Arvidsson, Axolot Data
eteoklis
Posts: 31
Joined: Wed Feb 03, 2021 10:42 am

Re: DOCXReadWrite and PDF Export

Post by eteoklis »

Hello and thanks for the fast responce.

Also another question. Do the saved pdf comply with the PDF/A standard?

Thanks in advance..
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: DOCXReadWrite and PDF Export

Post by larsa »

Hello

You can generate PDF/A files. Encryption seems to need some work but it shall be possible.
Lars Arvidsson, Axolot Data
eteoklis
Posts: 31
Joined: Wed Feb 03, 2021 10:42 am

Re: DOCXReadWrite and PDF Export

Post by eteoklis »

Hello
I am glad to hear that.
But can you tell us when the save as PDF with password encryption will be available since this is a prerequisite for the use of DOCXReadWrite in our project.
Thanks in advance
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: DOCXReadWrite and PDF Export

Post by larsa »

Hello

I hope to have this ready by the beginning of next week.
Lars Arvidsson, Axolot Data
eteoklis
Posts: 31
Joined: Wed Feb 03, 2021 10:42 am

Re: DOCXReadWrite and PDF Export

Post by eteoklis »

Thanks

Thanks a lot
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: DOCXReadWrite and PDF Export

Post by larsa »

Hello

Encryption is working now. I will post the update on Wednesday.
Lars Arvidsson, Axolot Data
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: DOCXReadWrite and PDF Export

Post by larsa »

Hello

The update is ready now. Use DOCX.SaveToFilePDF to write encrypted or PDF/A files.

Code: Select all

     // AFilename            = The PDF file
     // APDFA                = Write PDF/A file
     // AOpenPassword        = Password to open the file
     // APermissionsPassword = Password for permissions as below.
     // APermissions = set of:
     // aepPrinting,
     // aepGeneralEditing,
     // aepContentCopy,
     // aepAuthoringComment,
     // aepFillingForms,
     // aepContentExtraction,
     // aepDocumentAssembly,
     // aepPrintingHighResolution
     procedure SaveToFilePDF(const AFilename: AxUCString; APDFA: boolean; AOpenPassword, APermissionsPassword: string; APermissions: TAXWPdfEncryptionPermissions);
Lars Arvidsson, Axolot Data
eteoklis
Posts: 31
Joined: Wed Feb 03, 2021 10:42 am

Re: DOCXReadWrite and PDF Export

Post by eteoklis »

Thanks a lot.
The timing was superb.
eteoklis
Posts: 31
Joined: Wed Feb 03, 2021 10:42 am

Re: DOCXReadWrite and PDF Export

Post by eteoklis »

When will the new functionality be available?
Thanks
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: DOCXReadWrite and PDF Export

Post by larsa »

Hello

It's ready now.
Lars Arvidsson, Axolot Data
eteoklis
Posts: 31
Joined: Wed Feb 03, 2021 10:42 am

Re: DOCXReadWrite and PDF Export

Post by eteoklis »

Hello again.

Sorry to be returning on this issue again but since i can not see a new version of DOCXReadWrite or any changes in the registered downloads i fail to see how this is available.

Thanks in advance
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: DOCXReadWrite and PDF Export

Post by larsa »

Hello

I forgot to update the download page, but this is fixed with correct version numbers now.
Lars Arvidsson, Axolot Data
Post Reply