Sort Score
Result 10 results
Languages All
Labels All
Results 7,071 - 7,080 of 401,818 for

document

(0.19 sec)
  1. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。...pdf as ap document = ap . Document ( input_file ) textAnnotation...annotations . TextAnnotation ( document . pages [ 1 ], ap . Rectangle...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  2. RevisionOptions.ShowInBalloons | Aspose.Words f...

    Discover the RevisionOptions ShowInBalloons property! Control revision visibility in balloons for enhanced Document clarity. Default is None.... Document doc = new Document ( MyDir + "Revisions...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words.lay...
  3. How to add Highlight Annotation using Java | As...

    Add Highlight annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Load PDF in an instance of Document class Create a new page or...Load the PDF file Document document = new Document ( _dataDir + "sample...

    products.aspose.com/pdf/java/annotation/highlig...
  4. Shape | Aspose.Words for .NET

    Create unique shape objects effortlessly with our Shape Constructor. Design custom forms and enhance your projects with ease and precision!...doc DocumentBase The owner document. shapeType ShapeType The type...system into a document. Document doc = new Document (); // The "Shape"...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Style.Aliases | Aspose.Words for .NET

    Discover all style aliases effortlessly with the Style Aliases property. If none exist, receive an empty string array. Simplify your style management!... Document doc = new Document ( MyDir + "Style...with alias.docx" ); // This document contains a style named "MyStyle...

    reference.aspose.com/words/net/aspose.words/sty...
  6. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection.... Document () builder = aw . DocumentBuilder...= doc ) # Add text to the document by inserting Runs using a...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageData.save method | Aspose.Words for Python

    aspose.words.drawing.ImageData.save method...how to extract images from a document, and save them to the local...individual files. doc = aw . Document ( MY_DIR + 'Images.docx' )...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CSS Extensions – CSS Vendor Prefixes

    Learn about CSS provider prefixes and see Aspose.HTML for Java example of how to use CSS extensions to create custom markup in Document margins....of the total pages in the document. The next code snippet demonstrates...to create custom marks on document margins: Initialize an instance...

    docs.aspose.com/html/java/css-extensions/
  9. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word Document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...insert an image into a Word document and set the “Edit Picture”...insert an image into a Word document with the “Edit Picture” option...

    forum.aspose.com/t/insert-image-in-aspose-word-...
  10. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...new Document object Document pdfDocument = new Document(); //...// Add a page to the PDF document Page page = pdfDocument.Pages...

    forum.aspose.com/t/tif-pdf/293699