Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 52,870 for

editor

(0.09 sec)
  1. UI Inquiry for Aspose PDF Family - Aspose.PDF P...

    Hello, I’m considering Aspose.PDF Familiy to built a PDF Editor. I have a doubt regarding the interface With the Aspose.PDF Family package will I have a customizable UI for the Editor? Or the UI have to be built complet…...PDF Familiy to built a PDF Editor. I have a doubt regarding the...have a customizable UI for the editor? Or the UI have to be built...

    forum.aspose.com/t/ui-inquiry-for-aspose-pdf-fa...
  2. Set Viewer Preference of PDF|Aspose.PDF for .NET

    This section shows how to set viewer preference of an existing PDF file using PdfContentEditor Class....pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...// Change Viewer Preferences editor . ChangeViewerPreferen ( ViewerPreference...

    docs.aspose.com/pdf/net/set-viewer-preference-o...
  3. Import and Export Form Field|Aspose.PDF for Java

    FormEditor allows to import and export data in FDF, XFDF and XML format.... Form editor = new com . aspose . pdf .... facades . Form (); editor . bindPdf ( _dataDir + "Sample-Form-01...

    docs.aspose.com/pdf/java/import-export-form-field/
  4. Replace Text - Facades|Aspose.PDF for .NET

    This section explains how to work with Text - Facades using PdfContentEditor Class....ReplaceText01 () { PdfContentEditor editor = new PdfContentEditor ();...( dataDir + "sample.pdf" ); editor . ReplaceText ( "Value" , "Label"...

    docs.aspose.com/pdf/net/replace-text-facades/
  5. CreateBookmarks | Aspose.PDF for .NET API 参考

    为所有页面创建书签...PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf..."example.pdf" ); editor . CreateBookmarks (); editor . Save ( "example_out...

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

    从 XFDF 文件中导入所有注释...PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ImportAnnotationsFro ( "annots...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  7. Adding Annotations to existing PDF file|Aspose....

    Learn how to add various types of annotations to existing PDF files in Java using Aspose.PDF for interactive features....pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...= 18 ; rect . width = 100 ; editor . createFreeText ( rect , "Free...

    docs.aspose.com/pdf/java/adding-annotations-to-...
  8. GetViewerPreference | Aspose.PDF for .NET API R...

    Returns the view preference....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf..."example.pdf" ); int prefValue = editor . GetViewerPreference (); if...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. Save | Aspose.PDF for .NET API Reference

    Saves changed document into file....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); editor . Zoom = 0.5f ; editor . Save ( "newdocument...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  10. AddDocumentAttachment | Aspose.PDF for .NET API...

    Adds document attachment with no annotation....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . AddDocumentAttachmen ( "attachment_file...

    reference.aspose.com/pdf/net/aspose.pdf.facades...