Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 414,429 for

document

(0.24 sec)
  1. C++ API to Export TEX to WORDML | products.aspo...

    Convert TEX to WORDML within C++ applications....For example, if you have a document in the TEX format, you may...by using the advanced Word Document Processing API Aspose.Words...

    products.aspose.com/total/cpp/conversion/tex-to...
  2. Header Alignment issue during mailmerge - Free ...

    We have a MS word Document where we are reducing the top margin to 0 and starting the text content without leaving any top margin. But after mailmerge, the resultant Document is rendered with some top margin. Due to th…...5:24pm 1 We have a MS word document where we are reducing the...after mailmerge, the resultant document is rendered with some top...

    forum.aspose.com/t/header-alignment-issue-durin...
  3. Document.ShowGrammaticalErrors | Aspose.Words f...

    Control grammar error visibility in your Document with the ShowGrammaticalErrors property. Enhance writing clarity and professionalism effortlessly....ShowGrammaticalError Contents [ Hide ] Document.ShowGrammaticalError property...display grammar errors in this document. public bool ShowGrammaticalError...

    reference.aspose.com/words/net/aspose.words/doc...
  4. PdfSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfSaveOptions to enhance your Document saving experience. Customize settings for optimal PDF output quality and performance....additional options when saving a document into the Pdf format. To learn...the Specify Save Options documentation article. public class PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. BuiltInDocumentProperties.Lines | Aspose.Words ...

    Discover the BuiltInDocumentProperties Lines property, your key to estimating Document line counts efficiently for better content management....the number of lines in the document. public int Lines { get ;...labels in a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.pro...
  6. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。...Ask AI 将 Markdown 翻译为 Document Object Model (DOM) Contents [...要以编程方式读取、操作和修改文档的内容和格式,您需要将其转换为 Aspose.Words Document Object Model (DOM)。 与Word文档相比,Markdown不符合...

    docs.aspose.com/words/zh/python-net/translate-m...
  7. Working with Attachments | Aspose.Note Document...

    A guide on how to work with attachments in your Java development environment....Attached Files from a OneNote Document All files attached to a Microsoft...Microsoft OneNote document can be retrieved. These files are stored...

    docs.aspose.com/note/java/working-with-attachme...
  8. FieldLastSavedBy | Aspose.Words for Java

    Implements the LASTSAVEDBY field in Java....the Working with Fields documentation article. Remarks: Retrieves...modified and saved the current document, as recorded in the LastModifiedBy...

    reference.aspose.com/words/java/com.aspose.word...
  9. Memory Requirements|Aspose.Words for .NET

    How much memory does Aspose.Words for .NET require to work with Documents? Learn the details....usage in large or complex documents. Aspose.Words provides a wide...of features to work with documents in various formats. It is...

    docs.aspose.com/words/net/memory-requirements/
  10. PDF file distorted - Free Support Forum - aspos...

    hello, when we create doc file and insert pdf file inside doc and convert into pdf then PDF file is disctorting. As we are using below code. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder…... Document doc = new Document(); DocumentBuilder...{ var pdf = new Aspose.Pdf.Document(filepath); pdf.Save(mst, Aspose...

    forum.aspose.com/t/pdf-file-distorted/327238