Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 424,279 for

document

(0.35 sec)
  1. 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...
  2. Android API to Render EPUB to DOT | products.as...

    Transform EPUB to DOT via Android via Java API...by Microsoft Word to store documents. Converting EPUB to DOT allows...features for manipulating PDF documents, including the ability to...

    products.aspose.com/total/android-java/conversi...
  3. Android API to Render TEX to OTT | products.asp...

    Transform TEX to OTT via Android via Java API...widely used for creating documents that are compatible with OpenOffice...via Java Open TEX file using Document class Convert TEX to DOC by...

    products.aspose.com/total/android-java/conversi...
  4. Android API to Render MD to FLATOPC | products....

    Transform MD to FLATOPC via Android via Java API...used to store and exchange documents in a structured manner. It...via Java Open MD file using Document class Convert MD to DOC by...

    products.aspose.com/total/android-java/conversi...
  5. Android API to Render TEX to XAMLFLOW | product...

    Transform TEX to XAMLFLOW via Android via Java API...via Java Open TEX file using Document class Convert TEX to DOC by...using Document class of Aspose.Words Save the document to XAML_FLOW...

    products.aspose.com/total/android-java/conversi...
  6. Export EMAIL to JPEG via C++ | products.aspose.com

    C++ API to Convert EMAIL to JPEG without using Microsoft Word or Outlook...HTML by using Document class Save the document to JPEG format...instance of Document System :: SharedPtr < Document > doc = System...

    products.aspose.com/total/cpp/conversion/email-...
  7. FieldInfo | Aspose.Words for Java

    Implements the INFO field in Java....the Working with Fields documentation article. Remarks: Inserts...Inserts information about a document property. Examples: Shows how...

    reference.aspose.com/words/java/com.aspose.word...
  8. PDF文本注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您添加、获取和删除PDF文档中的文本注释。...{ // 加载 PDF 文件 Document document = new Document ( _dataDir + "sample..."sample.pdf" ); Page page = document . getPages (). get_Item (...

    docs.aspose.com/pdf/zh/java/text-annotation/
  9. Working with Hyperlinks in C#|Aspose.Words for ...

    How to add a hyperlink into your Document in C# using Aspose.Words for .NET....Word documents. A hyperlink in Microsoft Word documents is the...insert a hyperlink into the document. This method accepts three...

    docs.aspose.com/words/net/working-with-hyperlinks/
  10. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing formatting issues while converting Document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…...formatting issues while converting document from Word to PDF. We are trying... } var wordDocument = new Document(docStream); var saveOptions...

    forum.aspose.com/t/conversion-from-word-to-pdf-...