Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 51,429 for

import document

(0.15 sec)
  1. Converting a HTML file to XLSX using Python | A...

    Sample code on Python for HTML to XLSX conversion. Use example code for batch HTML to XLSX conversion with Python and .NET...convert programmatically a document from HTML to XLSX format with...with a modern document-processing Python API. Use just a few...

    products.aspose.com/pdf/python-net/conversion/h...
  2. Convert VSX to EMF via Python | products.aspose...

    Sample Python conversion code for VSX format to EMF file. Use this example code to convert VSX to EMF within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  3. Convert VSX to PNG via Python | products.aspose...

    Sample Python conversion code for VSX format to PNG file. Use this example code to convert VSX to PNG within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  4. Changing the Hyperlink style when saving as Wor...

    Hi, our customer reported a need to change the Hyperlinks style in the Word Documents. They have Documents that we convert into PDF. They want to remove the underline and change the color globally, in the output PDF tha…...style in the Word documents. They have documents that we convert...hyperlink style globally in a Word document using Aspose.Words for Java...

    forum.aspose.com/t/changing-the-hyperlink-style...
  5. NodeCollection.Insert | Aspose.Words for .NET

    Effortlessly insert nodes into your NodeCollection at any index with our streamlined Insert method. Enhance your data management today!...another document, you should use ImportNode to import the node...node to the current document. The imported node can then be inserted...

    reference.aspose.com/words/net/aspose.words/nod...
  6. Eszett characters are turned to 'SS' after conv...

    Hi, I’m trying to convert customer’s input docm file into pdf where input file contains Eszett characters which are seen as ‘SS’ in pdf. After further checking, we found the issue is specifically for the ones set into …...for the ones set into the document through below macro : Sub...AllCaps option. If reset it the document is rendered properly. So you...

    forum.aspose.com/t/eszett-characters-are-turned...
  7. Shapes being rendered in a different order - Fr...

    Hello! I found inconsistent orders of rendering word shapes to images. I’d like to know why, in the example provided, the header shapes of a page are being rendered before the shapes in the previous page. Without settin…...Sample code import aspose.words as aw doc = aw.Document("sample.docx")...follow to iterate through a document’s shapes? Additionally, we’d...

    forum.aspose.com/t/shapes-being-rendered-in-a-d...
  8. Khmer PDF render issue - Free Support Forum - a...

    Hello Support, I also have a Khmer PDF render issue and noticed this thread. Whatever I try I cannot make it work. Could you please help/advise? Here is my code: Import aspose.words as aw from aspose.words.saving imp…... Here is my code: import aspose.words as aw from aspose...aspose.words.saving import PdfSaveOptions, PdfCompliance, PdfFontEmbeddingMode...

    forum.aspose.com/t/khmer-pdf-render-issue/324383
  9. NodeCollection.insert method | Aspose.Words for...

    NodeCollection.insert method. Inserts a node into the collection at the specified index....another document, you should use DocumentBase.import_node() to...to import the node to the current document. The imported node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Doc 文档解析公式带根号报错 - Free Support Forum - aspose.com

    Code: List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution); HtmlSaveOptions htmlSaveOptions = HtmlSaveOptionsBuilder.build(DocumentWra…...handling of Office Math in the document you are trying to convert...steps: Check Document Content : Ensure that the document does not...

    forum.aspose.com/t/doc/314783