Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 31,084 for

editor

(0.02 sec)
  1. RemoveDocumentOpenAction | Aspose.PDF for .NET ...

    Removes open action from the document. This operation is useful when concatenating multiple documents that use explicit GoTo action on startup....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf..."example.pdf" ); editor . RemoveDocumentOpenAc (); editor . Save ( "example_out...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  2. ChangeViewerPreference | Aspose.PDF for .NET AP...

    更改视图首选项...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ChangeViewerPreferen ( ViewerPreference...

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

    创建插入符号注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateCaret ( 1 , new System . Drawing...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  4. 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/
  5. 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...
  6. 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...
  7. 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...
  8. Working with Attachments - Facades|Aspose.PDF f...

    This section explains how to working with Attachments - Facades using PdfContentEditor Class....AttachmentDemo01 () { PdfContentEditor editor = new PdfContentEditor ( new..._dataDir + "sample.pdf" )); editor . AddDocumentAttachmen ( @...

    docs.aspose.com/pdf/net/working-with-attachment...
  9. MovePosition | Aspose.PDF for .NET API Reference

    Moves the origin from 0 0 to the point that appointted. The origin is left-bottom and the unit is point1 inch 72 points....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (...pdf" ); editor . MovePosition (- 100 , 60 ); editor . Save (...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  10. 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...