Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 37,842 for

document editor

(0.06 sec)
  1. Copy Inner and Outer Field|Aspose.PDF for Java

    This section explains how to copy inner and outer Field with com.aspose.pdf.facades using FormEditor Class....FormEditor editor = new FormEditor (); Document document = new Document..."Sample-Form-01.pdf" ); document . getPages (). add (); editor . bindPdf (...

    docs.aspose.com/pdf/java/copy-inner-and-outer-f...
  2. Aspose Document Viewer - Free Support Forum - a...

    Hi, From what I understand Aspose has a Document Viewer and have a couple of questions about that. 1. What types of files can Aspose Document Viewer open? 2. Does it open the Documents within the browser within the viewe…...Aspose Document Viewer Aspose.Total Product Family krista.souhrada...I understand Aspose has a Document Viewer and have a couple of...

    forum.aspose.com/t/aspose-document-viewer/11351
  3. ImportAnnotations | Aspose.PDF for .NET API Ref...

    Imports the specified annotations into Document from array of another PDF Documents....annotations into document from array of another PDF documents. public...The array of paths of PDF documents that contain source annotations...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  4. DeleteImage | Aspose.PDF for .NET API Reference

    Deletes the specified images on the specified page....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . DeleteImage ( 1 , new int [] { 1...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  5. Adding Javascript actions PDF|Aspose.PDF for .NET

    Discover how to add JavaScript actions, such as button clicks or form submissions, to PDFs in .NET using Aspose.PDF....create additional actions for document events. First of all, an object...object is drawn in the Document , in our example a Rectangle...

    docs.aspose.com/pdf/net/adding-javascript-actions/
  6. How to Edit PDF Document in Java

    This article guides on how to edit PDF Document in Java. It has the details to set the environment, the program logic and a runnable sample code to edit text in PDF file in Java....Product Family How to Edit PDF Document in Java This short guide describes...describes how to edit PDF Document in Java . It has the details...

    kb.aspose.com/pdf/java/how-to-edit-pdf-document...
  7. Copy Inner and Outer Field|Aspose.PDF for .NET

    This section explains how to copy Inner and Outer Field with Aspose.PDF Facades using FormEditor Class....CopyInnerField () { var editor = new FormEditor (); var document = new Document...); document . Pages . Add (); editor . BindPdf ( document );...

    docs.aspose.com/pdf/net/copy-inner-and-outer-fi...
  8. 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....the first page of the PDF document and set TextState text properties...text. // open document Document doc = new Document ( inFile );...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. 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....a class for work with PDF document annotations (comments). Constructor...PdfAnnotationEditor ( IDocument document) Initializes new PdfAnnotationEditor...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  10. Set Viewer Preference of an existing PDF File|A...

    Learn how to set viewer preferences, such as page layout and zoom settings, for existing PDF Documents using Aspose.PDF in Java....for example, positioning the document window in the center of the...SetViewerPreference () { var document = new Document ( _dataDir + "Sample...

    docs.aspose.com/pdf/java/set-viewer-preference-...