Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 19,979 for

document insertion

(0.13 sec)
  1. Creating a Searchable PDF from a Scanned PDF Fi...

    Hi Everyone, We are testing Aspose C# SDk to create Searchable PDF from a scanned PDF file. But we are getting only OCR text result. Is there any way to achive this task using the sdk? We can only see OCR to Image SDK i…...NET Holds the final PDF document and can embed hidden text...cument.pdf"; Document scannedPdf = new Document(scannedPdfPath);...

    forum.aspose.com/t/creating-a-searchable-pdf-fr...
  2. 编辑 SVG 文件 – Python 示例

    了解如何在 Python 中编辑 SVG 文件。使用 Aspose.SVG for Python via .NET 库在 SVG 文档中添加、查找和编辑元素。...要指向 <svg> 元素,您可以应用几种方法: 类的 document_element 属性可以直接访问文档的 <svg>...1 # Create a new SVG document 2 document = SVGDocument() 3 4 #...

    docs.aspose.com/svg/zh/python-net/edit-svg-file/
  3. Find Field Properties in Python|Aspose.Words fo...

    How to find some field properties like field code and field result in Python....field that is inserted using DocumentBuilder . insert_field returns...names of merge fields in a document, then you can instead use...

    docs.aspose.com/words/python-net/find-field-pro...
  4. FieldIncludeText.MimeType | Aspose.Words for .NET

    Manage your files effortlessly with the FieldIncludeText MimeType property, allowing you to easily get or set the MIME type for seamless integration....FieldIncludeText () { Document doc = new Document (); DocumentBuilder...XSL transformation on an XML document: FieldIncludeText fieldIncludeText...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldPrint.PrinterInstructions | Aspose.Words f...

    Discover how to manage printer-specific control codes and PostScript instructions with FieldPrint PrinterInstructions for optimized printing solutions....Shows to insert a PRINT field. Document doc = new Document (); DocumentBuilder...supports PostScript to print our document, // this command will turn...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldDate.UseLastFormat | Aspose.Words for .NET

    Discover how the FieldDate UseLastFormat property enhances your workflow by retaining the last used date format for seamless integration in your applications....hosting application when inserting a new DATE field. public bool...kinds of calendars. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldStyleRef.InsertParagraphNumber | Aspose.Wo...

    Discover the FieldStyleRef InsertParagraphNumber property to easily manage paragraph numbering in your Documents, ensuring accurate references and enhanced formatting....property Gets or sets whether to insert the paragraph number of the...exactly as it appears in the document. public bool InsertParagraphNumbe...

    reference.aspose.com/words/net/aspose.words.fie...
  8. XmlMapping.setMapping method | Aspose.Words for...

    XmlMapping.setMapping method. Sets a mapping between the parent structured Document tag and an XML node of a custom XML data part....between the parent structured document tag and an XML node of a custom...whether the parent structured document tag is successfully mapped...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add, Extract or Remove Images in PDF using Javahttps://products.aspose.com/pdf/java/images/Recent content in Add, Extract or Remove Images in P......Images to PDF document via Java subtitle ltr Insert images to PDF...PDF document programmatically using Aspose.PDF for Java column...

    products.aspose.com/pdf/java/images/index.xml
  10. 书签内容为表格时bookmark.setText("")置空异常 - Free Support...

    清除表格书签.docx (10.4 KB) aspose.words 16.4.0将上面内容为表格的书签进行置空时报错: java.lang.IllegalArgumentException: Cannot insert a node of this type at this location. public static void main(String[] args) { try { String fi…...IllegalArgumentExcep: Cannot insert a node of this type at this...= "bookmark"; Document document = new Document(fileName1); Bookmark...

    forum.aspose.com/t/bookmark-settext/316058