Sort Score
Result 10 results
Languages All
Labels All
Results 9,081 - 9,090 of 15,111 for

doc to pdf

(0.53 sec)
  1. Advanced Features|Aspose.PDF for Java

    This section shows how you can use LaTeX Tags in Pdf Document with Aspose.Pdf for Java....PDF for Java 19.9 API provides support...; Document doc = new Document (); Page page = doc . getPages...

    docs.aspose.com/pdf/java/advanced-features/
  2. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main Document and a glossary Document of a Word Document in Java.... Document doc = new Document(); Assert.ass...assertEquals(DocumentBase.class, doc.getClass().getSuperclass());...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Fonts::TableSubstitutionRule::Ge...

    Aspose::Words::Fonts::TableSubstitutionRule::GetSubstitutes method. Returns array containing substitute font names for the specified original font name in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> set_FontSettings ( System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. Aspose::Words::Fonts::TableSubstitutionRule::Ad...

    Aspose::Words::Fonts::TableSubstitutionRule::AddSubstitutes method. Adds substitute font names for given original font name in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> set_FontSettings ( System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  5. Low Code|Aspose.Words vir .NET

    Vereenvoudig dokumentverwerkingstake soos vergelyk, omskep, verdeel, saamsmelt, vind en vervang, en ander met behulp van Low Code API. Aspose.Words LowCode API met skoon sintaksis, vinnige resultate en minimale koderingspoging....doc" ; Comparer . Create () . From...string secondDoc = "Document2.doc" ; ComparerContext comparerContext...

    docs.aspose.com/words/af/net/low-code/
  6. Aspose.Words compare incorrect since updating t...

    Hi there We use Aspose.Words To compare Docx Documents. This worked as expected until Today when we performed our updates. After bisecting we discovered that this incorrect behavior started with Aspose.Words 25.6 The…...pdf", SaveFormat.Pdf); Our testdocuments...result right.Save("diff.pdf", SaveFormat.Pdf); Why does this work...

    forum.aspose.com/t/aspose-words-compare-incorre...
  7. Managing OLE Objects with JavaScript via C++|Do...

    Learn how To manage OLE objects in Aspose.Cells for JavaScript via C++. Add, extract, and manipulate OLE objects within worksheets....doc,.docx,.pdf" /></ label > < br /> <...saves different files (DOC, XLS, PPT, PDF, etc.) based on the OLE...

    docs.aspose.com/cells/javascript-cpp/managing-o...
  8. Aspose.Words - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying To save the Document with cusTom properties. I am using the Document.Save() To achieve it. After updating To .NET 8, I am getting the following error for Document Save methods. No…... https://docs.aspose.com/words/net/xamari...MemoryStream()) { doc.Save(stream, SaveFormat.Pdf); Response.Clear();...

    forum.aspose.com/t/aspose-words-errors-after-up...
  9. Aspose::Words::Fonts::FontInfoSubstitutionRule ...

    Aspose::Words::Fonts::FontInfoSubstitutionRule class. Font info substitution rule. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...:: WarningInfoCollectio > (); doc -> set_WarningCallback ( warningCollector...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. 从XML生成PDF|Aspose.PDF for C++

    Aspose.Pdf for C++ 提供了几种将XML文件转换为Pdf文档的方法,要求输入XML文件。...从XML生成PDF Contents [ Hide ] 从XML文档生成PDF文档并不是一项简单的任务,因为XML文档可以描述不同的内容。Aspose...描述不同的内容。Aspose.PDF for C++ 提供了几种基于XML文档生成PDF的方法: 使用XSLT转换 使用XSL-FO(XSL格式化对象)标记...

    docs.aspose.com/pdf/zh/cpp/generate-pdf-from-xml/