Sort Score
Result 10 results
Languages All
Labels All
Results 6,701 - 6,710 of 20,259 for

printing document

(0.44 sec)
  1. Aspose.Words conver pdf to markdown anomaly mem...

    Use the following code for try: Document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving.MarkdownSaveOptions() save_options.image_resolution = 150 Document1.save(f"自訂格式(電商匯入中心)11.md", save_opti…...Document("自訂格式(電商匯入中心)11.pdf") save_options...except Exception: traceback.print_exc() file: 自訂格式(電商匯入中心)11.pdf...

    forum.aspose.com/t/aspose-words-conver-pdf-to-m...
  2. FindReplaceOptions.ignore_field_codes property ...

    FindReplaceOptions.ignore_field_codes property. Gets or sets a boolean value indicating either to ignore text inside field codes... Document () builder = aw . DocumentBuilder...ignore_field_codes # Replace 'T' in document ignoring text inside field...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...GetShapeByTextConten(Document document, string textContext, ShapeType...shapes in the document. foreach (Node node in document.Sections)...

    forum.aspose.com/t/finding-node-no-paragraph-pa...
  4. DocumentVisitor.visitHeaderFooterEnd method | A...

    DocumentVisitor.visitHeaderFooterEnd method. Called when enumeration of a header or footer in a section has ended.... Examples Shows how to print the node structure of every...every header and footer in a document. test ( 'HeaderFooterToText'...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Footnote.accept method | Aspose.Words for Node.js

    Footnote.accept method. Accepts a visitor.... Examples Shows how to print the node structure of every...every footnote in a document. test ( 'FootnoteToText' , () => { let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Online SVG to POT Conversion or Build .NET base...

    Free online app to convert SVG to POT files. .NET C# conversion library code for SVG Documents....will be converted into POT document Download the converted POT...Automation API Open SVG file using Document class Convert SVG to PPTX...

    products.aspose.com/total/net/conversion/svg-to...
  7. Cell Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Cell class—your solution for efficient table cell management in Document processing. Enhance your workflow today!...the Working with Tables documentation article. public class Cell...identifier. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words.tab...
  8. XmlMapping.SetMapping | Aspose.Words for .NET

    Discover how the XmlMapping SetMapping method connects parent structured Documents to custom XML nodes, enhancing data integration and management....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/net/aspose.words.mar...
  9. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for JavaScript via C++. This guide explains the types of data values and how to access and work with them in your charts....of the first chart point and prints them in the console. Please...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/javascript-cpp/find-type-...
  10. PDF 中的文本格式化|Aspose.PDF for Java

    本页解释了如何在 PDF 文件中格式化文本。这包括添加行缩进、添加文本边框、添加下划线文本、在添加的文本周围添加边框、浮动框内容的文本对齐等。...{ // 创建新的文档对象 Document document = new Document (); Page page...page = document . getPages (). add (); TextFragment text = new TextFragment...

    docs.aspose.com/pdf/zh/java/text-formatting-ins...