Search found 31 matches

by eteoklis
Wed May 11, 2022 10:45 am
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and PDF Embended Fonts , PDFA1
Replies: 0
Views: 906

DOCXReadWrite and PDF Embended Fonts , PDFA1

Hello there We were able to embed the fonts when saving the document as a PDF by altering the export library directly. Also in the same way we could create PDFA1 documents. constructor TAXWWritePDF.Create(AOwner: TComponent); begin inherited Create(AOwner); FPDF := TPdfDocument.Create; // FPDF := TP...
by eteoklis
Wed May 11, 2022 10:28 am
Forum: AXWWriter and DOCXReadWrite
Topic: Error while using Docx.Editor.Assign
Replies: 2
Views: 767

Re: Error while using Docx.Editor.Assign

Hello there Well i found out that the problem was an image that was saved as a document.!!!! I have send you in your private mail a sample.(if you del the image all runs ok). Also i stumbled in another issue (is demonstrated in the same sample) When saving as a PDF we have the following issue (the p...
by eteoklis
Fri Mar 18, 2022 9:07 am
Forum: AXWWriter and DOCXReadWrite
Topic: Error while using Docx.Editor.Assign
Replies: 2
Views: 767

Error while using Docx.Editor.Assign

Hello In the last few versions we have a big problem When we try to Assign a document to another we get an exception error TmplDOCX := TDOCXReadWriteVcl.Create(Nil); TmplDOCX.Editor.Clear; // == open TmplDOCX.Clear; // == open TmplDOCX.LoadFromFile(TmplFile); DetailDOCX := TDOCXReadWriteVcl.Create(N...
by eteoklis
Fri Nov 12, 2021 11:01 am
Forum: AXWWriter and DOCXReadWrite
Topic: Table borders not rendered properly when save as PDF on pagebreak.
Replies: 1
Views: 2067

Re: Table borders not rendered properly when save as PDF on pagebreak.

Do we have any news about this issue?
We are having a major problem with the produced reports and it would be nice to have it fixed...

Thanks in advance
by eteoklis
Thu Oct 21, 2021 7:53 am
Forum: AXWWriter and DOCXReadWrite
Topic: Table borders not rendered properly when save as PDF on pagebreak.
Replies: 1
Views: 2067

Table borders not rendered properly when save as PDF on pagebreak.

Hello We have the following issues. In a table the saveasDocX looses the attribute of the "Allow row to break across pages" of the table. Also the borders of the specific row of a table disappears when a page break occurs when we want to savefiletoPDF. (Strangely the same thing happens whe...
by eteoklis
Fri Apr 16, 2021 11:26 am
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and PDF Export Justification lost
Replies: 1
Views: 1454

DOCXReadWrite and PDF Export Justification lost

Hello there

The problem that full justification is lost when we saveas PDF still continues. Please since this is a critical issue for our project we would appreciate if it was solved.

Thanks in advance
by eteoklis
Mon Mar 08, 2021 4:27 pm
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and PDF Export 3
Replies: 1
Views: 1460

Re: DOCXReadWrite and PDF Export 3

Hello

Do we have any news regarding the issues below ( inserting an extra linefeed at the end of a paragraph and the justification change in the process of saving as PDF) as they are crucial to our project.

Thanks in advance
by eteoklis
Mon Mar 08, 2021 4:21 pm
Forum: AXWWriter and DOCXReadWrite
Topic: How could I get the page count of a document?
Replies: 4
Views: 4661

Re: How could I get the page count of a document?

Hello

You have to direct us more. Or send us the code .

Thanks in advance
by eteoklis
Mon Mar 08, 2021 4:00 pm
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite accessing tables data
Replies: 2
Views: 1693

Re: DOCXReadWrite accessing tables data

Hello for example We use one template with more than one tables and different format in some cells (font size, bold, italic, font color) We want to replace formatted text (Arial,Bold, Italic, fontColor=Blue) in a cell with one string with LF (like your sample) and to keep the original cell format (A...
by eteoklis
Fri Mar 05, 2021 8:38 am
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite find second table in document
Replies: 2
Views: 1381

Re: DOCXReadWrite find second table in document

Hello

The issue of accessing a table by its contents is solved . But it would be nice to access a table by its name given by a the template.

Thanks in advance
by eteoklis
Fri Mar 05, 2021 8:12 am
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and pagination
Replies: 1
Views: 1534

DOCXReadWrite and pagination

Hello We have a different issue with paging we are append documents in a main one and every different doc must bring its own pagination. for instance first page 1 of 2 second page 2 of 2 third page 1 of 1 (new ??? section) forth 1 of 4 fifth 2 of 4 etc How can this be accomplished ? Thanks in advance
by eteoklis
Fri Mar 05, 2021 8:09 am
Forum: AXWWriter and DOCXReadWrite
Topic: How could I get the page count of a document?
Replies: 4
Views: 4661

Re: How could I get the page count of a document?

Hello

Is it possible to <<preview>> the document in order to get the pagination working with out showing the actual preview form?

Thanks in advance
by eteoklis
Fri Mar 05, 2021 7:45 am
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite accessing tables data
Replies: 2
Views: 1693

DOCXReadWrite accessing tables data

Hello When we alter a text inside a cell in table with plaintext command the formatting of the cell is lost. Is it possible to have direct access in the text contents of a cell in a table and make changes on it without loosing the formatting of the cell? e.g. // Get the cell. Cell := DOCX.Editor.Par...
by eteoklis
Wed Mar 03, 2021 1:24 pm
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and PDF Export 3
Replies: 1
Views: 1460

DOCXReadWrite and PDF Export 3

When saving a document as pdf we noticed inconsistencies between the saves as DOCx and as PDF. First the saving process adds an extra line on every line feed at the end of a paragraph and second the full justification is converted to left. As a pointer the preview adds the extra line also. Thanks in...
by eteoklis
Wed Mar 03, 2021 1:15 pm
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and PDF Export 2
Replies: 3
Views: 1831

Re: DOCXReadWrite and PDF Export 2

Yes the problem occurs when we savetofile. But as we can see the problem of saving is the same regardless of the file type. We have made some tests that we can share. Our process appends the same 1 page template many times based on database data in a resulting document and we save it. The template h...