Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 52,823 for

editor

(0.07 sec)
  1. AddDocumentAdditionalAction | Aspose.PDF for .N...

    Adds additional action for document event....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . AddDocumentAdditiona ( PdfContentEditor...

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

    Imports the specified annotations from XFDF file....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..., AnnotationType . Text }; editor . ImportAnnotationFrom ( "annots...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  3. CreatePdfDocumentLink | Aspose.PDF for .NET API...

    Creates a link to another PDF document page....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreatePdfDocumentLin ( new System...

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

    Changes the view preference....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ChangeViewerPreferen ( ViewerPreference...

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