Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 4,384 for

trim document

(0.08 sec)
  1. Navigation & Inspection SVG – Aspose.SVG for .NET

    Learn how to inspect SVG with C#, use custom filters for iterating over the SVG elements, how to navigate SVG using CSS Selector or XPath....be used to traverse the SVG Document Object Model (DOM). The API...detailed inspection of the document and its elements using the...

    docs.aspose.com/svg/net/navigation-inspection/
  2. Aspose::Words::Tables::Cell Class Reference - A...

    Represents a table cell.... auto doc = MakeObject<Document>(); auto table = MakeObject<Table>(doc);...through all tables in the document and print the contents of...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Aspose::Words::Tables::Cell Class Reference - A...

    Represents a table cell.... auto doc = MakeObject<Document>(); auto table = MakeObject<Table>(doc);...through all tables in the document and print the contents of...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. Document.Save | Aspose.Words for .NET API 参考

    Document 方法. 将文档保存到文件中从扩展名中自动确定保存格式...Document.Save 内容 [ 隐藏 ] Save(string) 将文档保存到文件中。从扩展名中自动确定保存格式。....PDF。 Document doc = new Document ( MyDir + "Document.docx" );...

    reference.aspose.com/words/zh/net/aspose.words/...
  5. Aspose::Words::Bookmark Class Reference - Aspos...

    Represents a single bookmark....BookmarkStart and BookmarkEnd in a document tree and allows to work with...CreateUpdateAndPrint() { // Create a document with three bookmarks, then...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Aspose::Words::Saving::OoxmlSaveOptions Class R...

    Can be used to specify additional options when saving a Document into the Docx, Docm, Dotx, Dotm or FlatOpc format....additional options when saving a document into the Docx , Docm , Dotx...saved document to adhere to. auto doc = MakeObject<Document>();...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. Read content from 'A.pdf' and copy to 'B.pdf' -...

    I have a requirement where I want to copy the contents of a pdf (‘A.pdf’) generated from 3rd party tool to (B.pdf’) using Aspose.PDF There is a chart in A.pdf which I need to copy to B.pdf Tried solution 1) I read th…...pdf into an image, after trimming white space around the image...to achieve your requirements: Trim White Space around a Page Convert...

    forum.aspose.com/t/read-content-from-a-pdf-and-...
  8. How do I update the size of a word document so ...

    How do I set the size of each page to match A4 dimensions? Here is the code I have at the moment. Can you test it and see if you can get the size to change. I have tried and have not noticed any change private st…...update the size of a word document so each page is A4 Aspose...GetMemorial(memId); Aspose.Pdf.Document document; byte[] pdfBytes = File...

    forum.aspose.com/t/how-do-i-update-the-size-of-...
  9. ImageFieldMergingArgs | Aspose.Words for Java

    Provides data for the IFieldMergingCallback.imageFieldMergingcom.aspose.words.ImageFieldMergingArgs event in Java....Mail Merge and Reporting documentation article. Remarks: This event...field is encountered in the document. You can respond to this event...

    reference.aspose.com/words/java/com.aspose.word...
  10. While extracting content from one cell of table...

    We are using Aspose.words library with Java for extracting MS word content. Currently we are using aspose-words: 23.7 and things are working fine. But after upgrading it to 24.5(Latest version), width and height is …...code for testing: Document doc = new Document("C:\\Temp\\in.docx");...above the table in the output document. out.docx (10.7 KB) ELSSAM_elsevier_com...

    forum.aspose.com/t/while-extracting-content-fro...