Ticket T1284811
Visible to All Users

TdxPDFDocument Append the appended PDF with empty pages

created 4 days ago

Hello support,

with this lines the result PDF are the number of pages correct but the content of the second PDF is missing.

C/C++
TdxPDFDocument* doc = new TdxPDFDocument(); try { doc->LoadFromFile("Weinkarte.pdf"); doc->BeginUpdate(); try { doc->Append("Getraenke.pdf"); } __finally { doc->EndUpdate(); } doc->SaveToFile("WeinGetraenke.pdf"); } __finally { delete doc; }

Thanks
Thomas

Answers approved by DevExpress Support

created 3 days ago

Hello Thomas,

Thank you for the sample project. I tested it with v24.2.5, and the resulting document contains the "Getraenke.pdf" document's content.

Clipboard-File-4.png

Could you please check whether this issue still takes place if you update to v24.2.5?

    Show previous comments (1)
    AP AP
    Alex Pa (DevExpress Support) 2 days ago

      Hello Thomas,

      I tested the resulting file with the Microsoft Edge browser, and it looks like the resulting document includes the Getraenke.pdf file's content as well:
      Clipboard-File-1.png

      I attached the resulting file to your previous post (this way, you can delete it when it is necessary), so that you can test it with Microsoft Edge on your machine.

      Am I correct that you use v24.2.4? Could you please check whether this issue takes place in v24.2.5 as well?

        Hi Alex,

        I tested with both versions.
        The attached file is the same like my files.
        Microsoft Edge is not showing all pages.

        BR
        Thomas

        AP AP
        Alex Pa (DevExpress Support) 18 hours ago

          Hello Thomas,

          It appears that the issue is related to a specific instance of Microsoft Edge since the document is displayed without empty pages on my machine:

          Clipboard-File-1.png

          In that case, I recommend that you test the document on different machines (the issue is likely related to a specific version of Microsoft Edge), or compare it with a document merged with a third-party tool.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.