Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 3,085 for

doc to pdf

(0.05 sec)
  1. Docx-Pdf: Long running conversion issue: JAVA -...

    Hi , We are having l Supplemental_file.Docx (2.5 MB) which impacting many of our clients specially from China. Please find snippet from our POM <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-cells</…...Docx-Pdf: Long running conversion issue: JAVA Aspose.Words Product...aspose</groupId> <artifactId>aspose-pdf</artifactId> <version>24.2</version>...

    forum.aspose.com/t/docx-pdf-long-running-conver...
  2. Importing from filesystem to exchnage public fo...

    Hi, I am trying To import from a filling folder that contains deep multi folder paths containg eml Doc/xls/Pdf files. (The files exceed 260 length) How can I import them in an exchange public folder? I can iterate throug…...folder paths containg eml doc/xls/pdf files. (The files exceed...the non eml files such as pdf doc etc. Thanks for your help....

    forum.aspose.com/t/importing-from-filesystem-to...
  3. How to Convert a JPG to Word in Python

    This article guides on how To convert a JPG To Word in Python. It has all the details To set the IDE, a list of steps, and a runnable sample code To convert a JPG To Word in Python....PDF Product Family Aspose.Cells Product...Python via .NET to convert JPG to DOC format Create a new Word file...

    kb.aspose.com/words/python/how-to-convert-a-jpg...
  4. Margins enumeration | Aspose.Words for Python

    aspose.words.Margins enumeration. Specifies preset margins.... doc = aw . Document ( file_name =...docx' ) # Saving a document to PDF, to an image, or printing for...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfSaveOptions.PageMode | Aspose.Words for .NET

    Discover how the PdfSaveOptions PageMode property enhances your Pdf viewing experience by cusTomizing Document display in any Pdf reader....the PDF document should be displayed when opened in a PDF reader...to set instructions for some PDF readers to follow when opening...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PdfSaveOptions.preserve_form_fields property | ...

    PdfSaveOptions.preserve_form_fields property. Specifies whether To preserve Microsoft Word form fields as form fields in Pdf or convert them To text...form fields as form fields in PDF or convert them to text. Default...will be exported as text to PDF. When set to True , these fields...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfSaveOptions.open_hyperlinks_in_new_window pr...

    PdfSaveOptions.open_hyperlinks_in_new_window property. Gets or sets a value determining whether hyperlinks in the output Pdf Document are forced To be opened in a new window (or tab) of a browser....whether hyperlinks in the output Pdf document are forced to be opened...hyperlinks can’t work in some PDF readers e.g. Chrome, Firefox...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Margins Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Margins enum for cusTomizable Document margins. Enhance your Document formatting with easy-To-use presets!... Document doc = new Document ( MyDir + "Rendering...docx" ); // Saving a document to PDF, to an image, or printing for...

    reference.aspose.com/words/net/aspose.words/mar...
  9. PdfFontEmbeddingMode enumeration | Aspose.Words...

    aspose.words.saving.PdfFontEmbeddingMode enumeration. Specifies how Aspose.Words should embed fonts....fonts when saving document to PDF. EMBED_NONE Aspose.Words do not...New Roman fonts into a PDF document. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Insert Comment into DOCX using C++

    In this tuTorial, we will learn how To insert comment inTo DocX using C++. Comments are useful for reviewing the Word Document. They don't change the Document itself but are used by authors To discuss or comment about any section of Word Document....PDF Product Family Aspose.Cells Product...you can include comments in DOC file using C++ with no dependence...

    kb.aspose.com/words/cpp/how-to-insert-comment-i...