Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 37,842 for

document editor

(0.2 sec)
  1. Replace Text in PDF File|Aspose.PDF for Java

    This section explains how to replace text with Aspose.PDF Facades - a toolset for popular operations with PDF....PdfContentEditor editor = new PdfContentEditor (); editor . bindPdf..._dataDir + "sample.pdf" ); editor . replaceText ( "Value" , "Label"...

    docs.aspose.com/pdf/java/replace-text/
  2. Apply preset theme to VSX document via Python |...

    Python source code to apply preset theme to vsx file within any Python based application....Apply preset theme to VSX document in Python Native and high...apply preset theme to VSX document using server-side Aspose.Diagram...

    products.aspose.com/diagram/python-net/theme/vsx/
  3. Add Simple HTML to Word document Cell - Aspose....

    Hi have a rich html Editor in my app that gives users ability to do bold, underline, bullets etc - so simple html. I need to be able to render the format (lists etc) into a word doc when exporting. Is there anyway to …...Add Simple HTML to Word document Cell Aspose.Words Product Family...2:33pm #1 Hi have a rich html editor in my app that gives users...

    forum.aspose.com/t/add-simple-html-to-word-docu...
  4. CreatePdfDocumentLink | Aspose.PDF for .NET API...

    Creates a link to another PDF Document page....Creates a link to another PDF document page. public void CreatePdfDocumentLin... remotePdf String The PDF document which page will be opened...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  5. Working with Images|Aspose.PDF for Java

    This section explains how to replace image with Aspose.PDF Facades - a toolset for popular operations with PDF....PdfContentEditor editor = new PdfContentEditor ( new Document ( _dataDir..._dataDir + "sample.pdf" )); editor . deleteImage ( 2 , new int []...

    docs.aspose.com/pdf/java/working-with-image/
  6. Draw geomtry to visio VSX document via Python |...

    Python source code to draw geomtry to visio vsx file within any Python based application....TIFF VSDX Draw Geomtry to VSX document in Python Native and high...performance draw geomtry to VSX document using server-side Aspose.Diagram...

    products.aspose.com/diagram/python-net/drawing/...
  7. 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....AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...PdfContentEditor editor = new PdfContentEditor ( document ); TextFragmentAbsorber...

    docs.aspose.com/pdf/java/adding-annotations-to-...
  8. AddDocumentAdditionalAction | Aspose.PDF for .N...

    Adds additional action for Document event....Adds additional action for document event. public void AddDocumentAdditiona...Description eventType String The document event types. code String The...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. 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...
  10. Save | Aspose.PDF for .NET API Reference

    Saves changed Document into file....Save(string) Saves changed document into file. public override...String Path to file where document will be saved. Examples The...

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