Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 3,324 for

pdf attachment

(0.09 sec)
  1. Gigantic file size when saving Aspose.Cells.Wor...

    Dear support, when converting Excel files (*.xlsx) into Pdf files using the Aspose.Cells component, in some cases the file size (and processing time) grows enormously. I’ll attach a sample project containing 3 xlsx fil…...Workbook as PDF Aspose.Cells Product Family cells-net...converting Excel files (*.xlsx) into PDF files using the Aspose.Cells...

    forum.aspose.com/t/gigantic-file-size-when-savi...
  2. Pdf to html conversion results in bad backgroun...

    When I use aspose-Pdf-10.4.1.java to convert the attached Pdf to html, the resulting html has background. The conversion code is simple. // // Generate html from the Pdf // ByteArrayInputStream inStream = …...Pdf to html conversion results in bad background Aspose.PDF Product...use aspose-pdf-10.4.1.java to convert the attached pdf to html,...

    forum.aspose.com/t/pdf-to-html-conversion-resul...
  3. Generic GDI error on PDF to TIFF conversion - F...

    I have a generic GDI exception on a vector Pdf, I attach it, my code is: Aspose.Pdf.Document PdfDocument = new Aspose.Pdf.Document(streamInput); bool IsLandscape = IsPageLandscape(PdfDocument.Pages.First()); var book…...GDI error on PDF to TIFF conversion Aspose.PDF Product Family...Family aspose-pdf-net ilbarzo September 22, 2025, 7:39am 1 I have...

    forum.aspose.com/t/generic-gdi-error-on-pdf-to-...
  4. After convert to pdf, the tablelayout are diffe...

    Pdf: word:...After convert to pdf, the tablelayout are different with word...softboy August 28, 2025, 5:13am 1 pdf: 744×649 64.9 KB word: 764×444...

    forum.aspose.com/t/after-convert-to-pdf-the-tab...
  5. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in Pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/Pdftest/TempFile.Pdf"); // Traverse thro…...& Replace Hyperlinks in pdf Aspose.PDF Product Family DavidNaveen...Find & Replace Hyperlinks in pdf. I used the below sample code...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  6. Extra text appears when converting DOCX to PDF ...

    Hi, When converting a DOCX file to Pdf using Aspose.Words, I noticed extra text appears at page 2. Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…...appears when converting DOCX to PDF Aspose.Words Product Family words-net...When converting a DOCX file to PDF using Aspose.Words, I noticed...

    forum.aspose.com/t/extra-text-appears-when-conv...
  7. How to Transform Markdown to PDF in Python

    This article provides information on how to transform Markdown to Pdf in Python. It has the IDE settings, a set of tasks for writing the application, and a runnable sample code to export Markdown to Pdf in Python....PDF Product Family Aspose.Cells Product...How to Transform Markdown to PDF in Python This article guides...

    kb.aspose.com/words/python/how-to-transform-mar...
  8. Table width issue in the PDF documents - Free S...

    Hi Team, We are encountering a table width issue in the Pdf documents generated by Aspose. We have a template that contains a table, where some columns are dynamically removed during Word document generation. However, w…...Table width issue in the PDF documents Aspose.Words Product Family...encountering a table width issue in the PDF documents generated by Aspose...

    forum.aspose.com/t/table-width-issue-in-the-pdf...
  9. PDF Redaction distorts image on Windows Server ...

    Hi there, Using the sample from here: https://products.aspose.com/total/net/redact/: Aspose.Pdf.Document doc = new Aspose.Pdf.Document(inputPath); TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber("l…...PDF Redaction distorts image on Windows Server VM Aspose.PDF...PDF Product Family aspose-pdf-net , redaction-annotation markmanley...

    forum.aspose.com/t/pdf-redaction-distorts-image...
  10. Converting EML file to PDF using aspose - Free ...

    Hi Team, In our project we are trying to convert eml to Pdf file and code is as below: MailMessage message = MailMessage.Load(source); System.IO.MemoryStream msMsg = new System.IO.MemoryStream(); message.Save(msMsg, As…...Converting EML file to PDF using aspose Aspose.Words Product...are trying to convert eml to pdf file and code is as below: MailMessage...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...