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

editor

(0.03 sec)
  1. Working with the PdfContentEditor class | Aspos...

    This section explains about working with the PdfContentEditor class....PdfContentEditor class PdfContentEditor editor = new PdfContentEditor ();...20 ); // Bind input PDF file editor . BindPdf ( "input.pdf" );...

    docs.aspose.com/pdf/net/working-with-the-pdfcon...
  2. 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...
  3. Import and Export Form Field|Aspose.PDF for .NET

    Fill Form fields using DataTable with FormEditor Class by Aspose.PDF for .NET...ImportData () { var editor = new Form (); editor . BindPdf ( _dataDir..._dataDir + "Sample-Form-01.pdf" ); editor . ImportFdf ( System . IO ...

    docs.aspose.com/pdf/net/import-export-form-field/
  4. Move and Remove Form Field|Aspose.PDF for .NET

    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/net/move-remove-form-field/
  5. 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/
  6. 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...
  7. 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...
  8. 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...
  9. 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/
  10. 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/