Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 22,061 for

document editor

(0.03 sec)
  1. 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...
  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....for example, positioning the document window in the center of the...SetViewerPreference () { var document = new Document ( _dataDir + "Sample...

    docs.aspose.com/pdf/net/set-viewer-preference-o...
  3. Can text added to an SVG document be vectorized...

    Is it possible to have text inserted into an SVG Document convert to vector form in the saved file? For example, I can add a text element: (open tag)text style=“font-size: 70px; font-family: Arial, Helvetica, sans-seri…...Can text added to an SVG document be vectorized in the final...text inserted into an SVG document convert to vector form in...

    forum.aspose.com/t/can-text-added-to-an-svg-doc...
  4. 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...
  5. 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 Aspose...Pdf . Document ( _dataDir + "Sample-Form-01.pdf" ); document . Pages...

    docs.aspose.com/pdf/net/copy-inner-and-outer-fi...
  6. Clear RTF Annotations Online and using Python |...

    Remove comments from RTF Document through online app for free. Python API code to delete comments from RTF files....Rtf Remove Comments from RTF Document Online or via Python Develop...powerful Python based RTF document annotation utility application...

    products.aspose.com/total/python-net/annotate/rtf/
  7. Adding Javascript actions PDF|Aspose.PDF for .NET

    This section explains how to add Javascript actions to existing PDF file with Aspose.PDF Facades....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/
  8. Apply preset theme to VSX document via .NET | p...

    C# source code to apply preset theme to vsx file on .NET Framework, .NET Core, Mono Platforms....apply preset theme to VSX document using server-side Aspose.Diagram...Install-Package Visit our documentation for more details. How to...

    products.aspose.com/diagram/net/theme/vsx/
  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. DeleteAnnotations | Aspose.PDF for .NET API Ref...

    Deletes all annotations in the Document....Deletes all annotations in the document. public void DeleteAnnotations...PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf...

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