Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 52,870 for

editor

(0.17 sec)
  1. Posting AcroForm Data|Aspose.PDF for C++

    You can import and export form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for C++....input and output pdf files auto editor = MakeObject < Aspose :: Pdf...only two fields for simplicity editor -> AddField ( Aspose :: Pdf...

    docs.aspose.com/pdf/cpp/posting-acroform-data/
  2. CreateFileAttachment | Aspose.PDF for .NET API 参考

    创建文件附件注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateFileAttachment ( new System...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  3. CreateText | Aspose.PDF for .NET API 参考

    在 PDF 文档中创建文本注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateText ( new System . Drawing...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  4. ReplaceImage | Aspose.PDF for .NET API Reference

    Replaces the specified image on the specified page of PDF document with another image....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...); editor . ReplaceImage ( 1 , 1 , "image.jpg" ); editor . Save...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  5. ImportAnnotationFromXfdf | Aspose.PDF for .NET ...

    从 XFDF 文件导入指定的注释...PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..., AnnotationType . Text }; editor . ImportAnnotationFrom ( "annots...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  6. ImportBookmarksWithXML | Aspose.PDF for .NET AP...

    Imports bookmarks to the document from XML file....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ImportBookmarksWithX ( "bookmarks...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  7. DeleteAttachments | Aspose.PDF for .NET API Ref...

    Deletes all attachments in PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf..."example.pdf" ); editor . DeleteAttachments (); editor . Save ( "example_out...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  8. PdfAnnotationEditor - Aspose.PDF for Java - API...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....PdfAnnotationEditor editor = new PdfAnnotationEditor(); editor.bindPdf("example...FileOutputStream("example.xfdf"); editor.exportAnnotationsXfd(stream...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  9. ReplaceText | Aspose.PDF for .NET API Reference

    Replaces text in the PDF file on the specified page. TextStateaspose.pdf.text/textstate object font family color can be specified to replaced text....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...change text with specified font editor . ReplaceText ( "hello world"...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  10. CreateWebLink | Aspose.PDF for .NET API 参考

    在 PDF 文档中创建 Web 链接...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateWebLink ( new System . Drawing...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...