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

editor

(0.06 sec)
  1. ImportAnnotationsFromXfdf | Aspose.PDF for .NET...

    Imports all annotations from XFDF file....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ImportAnnotationsFro ( "annots...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  2. Working with List Item|Aspose.PDF for Java

    This section explains how to work with List Item with com.aspose.pdf.facades using FormEditor Class....{ FormEditor editor = new FormEditor (); editor . bindPdf ( _dataDir..._dataDir + "Sample-Form-01.pdf" ); editor . addField ( FieldType . ListBox...

    docs.aspose.com/pdf/java/working-with-list-item/
  3. 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...
  4. 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...
  5. 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...
  6. Adding Annotations to existing PDF file|Aspose....

    This section explains how to add Annotations to existing PDF file with Aspose.PDF Facades....pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...= 18 ; rect . width = 100 ; editor . createFreeText ( rect , "Free...

    docs.aspose.com/pdf/java/adding-annotations-to-...
  7. 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...
  8. 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...
  9. Move and Remove Form Field|Aspose.PDF for Java

    This section explains how you can move and remove Form Fields with FormEditor Class....MoveField () { var editor = new FormEditor (); editor . BindPdf ( _dataDir..._dataDir + "Sample-Form-05.pdf" ); editor . MoveField ( "Last Name" ...

    docs.aspose.com/pdf/java/move-remove-form-field/
  10. 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...