Sort Score
Result 10 results
Languages All
Labels All
Results 8,841 - 8,850 of 401,853 for

document

(0.18 sec)
  1. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the Documentation article in C++....the Programming with Documents documentation article. class Run...virtual get_Document () const Gets the document to which this...

    reference.aspose.com/words/cpp/aspose.words/run/
  2. 以编程方式移动 PDF 页面 C#|Aspose.PDF for .NET

    尝试使用 Aspose.PDF for .NET 在所需位置或 PDF 文件末尾移动页面。...创建一个包含源 PDF 文件的 Document 类对象。 创建一个包含目标 PDF 文件的 Document 类对象。 从 PageCollection... () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/move-pages/
  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. OoxmlSaveOptions.keep_legacy_control_chars prop...

    OoxmlSaveOptions.keep_legacy_control_chars property. Keeps original representation of legacy control characters.... Document ( MY_DIR + 'Legacy control...doc' ) # When we save the document to an OOXML format, we can...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.Words hyphenation PDF Output differs fro...

    Hello, if we convert the attached Input Word File to PDF using german Hyphenation dictionary, the output PDF differs from the PDF which we export as PDF directly with Microsoft Word. How can we ensure that the output P…...nputFile), }; var document = new Document(InputFile, loadOptions)...Words.Saving.PdfSaveOptions(); document.Save(outputFile, saveOptions);...

    forum.aspose.com/t/aspose-words-hyphenation-pdf...
  6. Aspose::Words::Markup::StructuredDocumentTagCol...

    Aspose::Words::Markup::StructuredDocumentTagCollection::RemoveAt method. Removes a structured Document tag at the specified index in C++....method Removes a structured document tag at the specified index...Shows how to remove structured document tag. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. aspose.words.lowcode module | Aspose.Words for ...

    The Aspose.Words.LowCode contains classes and methods to handle complex general operations in a low code way....variety of different types of documents, ultimately streamlining the...formats. Provides comprehensive document convert, merge, split with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 用 JavaScript 结合 C++ 管理 OLE 对象|Documentation

    学习如何在Aspose.Cells for JavaScript via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。...Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const imageInput = document . getElementById ( 'imageInput'...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  9. Convert PDF to PDF/A | Aspose.PDF for .NET | Fo...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with some embedded fonts (Sample_input.pdf) the processed file has other font names (some …...(C#): using (var doc = new Document(input)) { var options = new...issues with font names and document accessibility. The problem...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...
  10. Error using Aspose.Word dll - Free Support Foru...

    XmlOpenedWithWord.png (26.1 KB) AsposeTest.zip (7.9 KB) System Information: .NET 8.0 C# Version 12 Aspose.Word Version 25.4.0 Code Sample in an UnitTest Project: [TestClass] public class TestClass { [TestMethod]…...OpenDocumentByPath() { Document doc = new Document(@"C:\tmp\AsposeTest...MemoryStream(byteArray); var doc = new Document(memoryStream); //System.I...

    forum.aspose.com/t/error-using-aspose-word-dll/...