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

pdf attachment

(0.09 sec)
  1. Aspose.Words hangs indefinitely when saving as ...

    Can use the attached document (after unzip) and following code to reproduce. Tested in v24.10.0. var bytes = File.ReadAllBytes(@"input.doc"); using MemoryStream ms = new MemoryStream(); ms.Write(bytes, 0, bytes.Length);…...indefinitely when saving as PDF Aspose.Words Product Family words-net...2024, 4:33pm 1 Can use the attached document (after unzip) and...

    forum.aspose.com/t/aspose-words-hangs-indefinit...
  2. Bar code not appearing after conversion from XL...

    Hello Aspose Team, I am converting excel file into Pdf using Aspose. After conversion bar codes are not correctly appearing in the Pdf file. Please refer Attachments Original file snapshotExcal.png (137.8 KB) Pdf, af…...from XLSX to PDF Aspose.Cells Product Family aspose-pdf-net , cells-net...am converting excel file into pdf using Aspose. After conversion...

    forum.aspose.com/t/bar-code-not-appearing-after...
  3. Convert PDF to Xps creates bloated file - Free ...

    I converted the attached 10 page 10mb Pdf file to xps and created a massive bloated 71mb .xps file using the following code: Is there a better way? help! MemoryStream inStreamPdf = new MemoryStream(inDocument); …...Convert PDF to Xps creates bloated file Aspose.PDF Product Family...1 I converted the attached 10 page 10mb pdf file to xps and created...

    forum.aspose.com/t/convert-pdf-to-xps-creates-b...
  4. Print from excel to pdf not giving correct resu...

    When I generate an excel sheet and then save it as a Pdf in my dotnet app. The excel document and the Pdf document look completely different. Not the styling but the data in the sheet. This is from the Pdf This is fr…...Print from excel to pdf not giving correct results Aspose.Cells...as a pdf in my dotnet app. The excel document and the pdf document...

    forum.aspose.com/t/print-from-excel-to-pdf-not-...
  5. Replace Text in PDF throw a NullReferenceExcept...

    I want to replace text in Pdf with Aspose.Pdf, But throw a NullReferenceException. the sample code : var doc = new Aspose.Pdf.Document(@“D:\abc\1212\c++.1.Pdf”); var sourceText = “的”; var targetText = “x”; Regex rul…...Text in PDF throw a NullReferenceExcepti Aspose.PDF Product Family...Family replace-pdf-text sullivan March 26, 2022, 7:16am 1 I want...

    forum.aspose.com/t/replace-text-in-pdf-throw-a-...
  6. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    Aspose.Pdf for C++ library allows you get? update in a Pdf file with our ....OutlineCollection collection contains all a PDF file’s bookmarks. This article...how to get bookmarks from a PDF file, and how to get which page...

    docs.aspose.com/pdf/cpp/get-update-and-expand-b...
  7. Missing structures in excel after converted int...

    Hello Team, Thanks for your support!. I tried converting an Excel file to Pdf, but after the conversion, some structures from the Excel file are missing in the resulting Pdf. I have attached both the original Excel fil…...in excel after converted into pdf Aspose.Cells Product Family Manish7320...converting an Excel file to PDF, but after the conversion, some...

    forum.aspose.com/t/missing-structures-in-excel-...
  8. VSD to PDF - Text is getting wrapped as compare...

    SampleVsd.zip (187.8 KB) Hi, We are having an issue with the attached VSD. When exporting it to Pdf using Aspose, a lot of the text is wrapped compared to Office Export and VSD fidelity (see attached screenshot). Tha…...VSD to PDF - Text is getting wrapped as compared to Office Export...Export to PDF Aspose.Diagram Product Family diagram-net markmanley...

    forum.aspose.com/t/vsd-to-pdf-text-is-getting-w...
  9. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.Pdf", options); Formatting and Alignment o…...Pdf rendition is not getting generating like word document Aspose...PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  10. .docx to .pdf and .html table formatting error ...

    Hi, When converting a .docx file to a .Pdf file using Aspose.Words, I noticed a formatting issue when my EMF table is converted see screenshot attached. Code: var saveOptions = new PdfSaveOptions(); saveOptions.Use…...pdf and .html table formatting error Aspose.Words Product...converting a .docx file to a .pdf file using Aspose.Words, I noticed...

    forum.aspose.com/t/docx-to-pdf-and-html-table-f...