Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 3,915 for

pdf attachment

(0.2 sec)
  1. 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-...
  2. PDF 注释|Aspose.PDF for Python via .NET

    本节介绍如何使用 Aspose.Pdf 库对 Pdf 文件添加各种注释。...PDF 注释 Contents [ Hide ] Annotations in PDFs are interactive...highlight text, draw shapes, attach files, and perform other actions...

    docs.aspose.com/pdf/zh/python-net/annotations/
  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. Poorly rendered logo in image from PDF - Free S...

    Attached is a Pdf that, when converted to images, renders the logo on the bottom-right of the second page very poorly. The image is also attached....rendered logo in image from PDF Aspose.PDF Product Family ed-3 March...March 25, 2014, 9:11am 1 Attached is a PDF that, when converted to...

    forum.aspose.com/t/poorly-rendered-logo-in-imag...
  5. HTML 2 PDF : wrong rendering of Gantt chart - F...

    Hi, We are evaluating ASPOSE for HTML 2 Pdf rendition.We need to convert to Pdf files like the HTML one contained in the attached archive file (rendition of a gantt chart). For conversion, we use the following source co…...HTML 2 PDF : wrong rendering of Gantt chart Aspose.PDF Product...for HTML 2 PDF rendition. We need to convert to PDF files like...

    forum.aspose.com/t/html-2-pdf-wrong-rendering-o...
  6. Email body with tab chacters convert to pdf iss...

    We have a .msg to be converted to Pdf. The body contains a sentence, in front of that sentence contains 15+ tab characters. We are converting this msg file to Pdf using below logic Ligic#1: Aspose.Words.Document do…...convert to pdf issue Aspose.Words Product Family email-to-pdf venkatmallu...have a .msg to be converted to PDF. The body contains a sentence...

    forum.aspose.com/t/email-body-with-tab-chacters...
  7. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a Pdf file. With our Java library, you can get bookmarks from the Pdf file, get a bookmarks page number, update bookmarks in a Pdf Document, and expand bookmarks when viewing a document....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/java/get-update-and-expand-...
  8. Convert CDR to PDF using Java

    Follow this article to convert CDR to Pdf using Java. It shares the resources for establishing the IDE, a list of steps, and a sample code to change CDR to Pdf using Java....PDF Product Family Aspose.Cells Product...Product Family Convert CDR to PDF using Java This article guides...

    kb.aspose.com/imaging/java/convert-cdr-to-pdf-u...
  9. 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...
  10. Rendering Document as PDF shows empty table bor...

    When creating a document with Aspose.Words and inserting a table into it, which has no borders set (even calling table.ClearBorders() to ensure it), when saving the document as Pdf, the resulting Pdf shows some kind of t…...Rendering Document as PDF shows empty table borders Aspose.Words...saving the document as PDF, the resulting PDF shows some kind of...

    forum.aspose.com/t/rendering-document-as-pdf-sh...