Sort Score
Result 10 results
Languages All
Labels All
Results 6,211 - 6,220 of 15,111 for

pdf to doc

(0.22 sec)
  1. SvgSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.SVG format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...getResourcesFolderAl()).mkdir(); doc.save(getArtifactsDir() + "SvgSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. SaveOptions.dml_effects_rendering_mode property...

    SaveOptions.dml_effects_rendering_mode property. Gets or sets a value determining how DrawingML effects are rendered....document as we save it to PDF. doc = aw . Document ( file_name...method converts the document to .PDF. options = aw . saving . PdfSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Merge SVG to PNG in C# | products.aspose.com

    Merge SVG To PNG in C#. Use .NET library API To combine SVG and PNG files...ISvgImage svgImage = new SvgImage( "doc.svg" ); IPPImage image = pres...ISvgImage svgImage2 = new SvgImage( "doc.svg" ); IPPImage image2 = pres...

    products.aspose.com/slides/net/merger/svg-to-png/
  4. TeX to TIFF Conversion API| C++

    TeX To TIFF conversion functionality. Integrate this on-premise C++ library inTo your project or use cross-platform applications To convert TeX To TIFF....PDF Product Solution Aspose.Cells...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/tex/cpp/conversion/tex-to-t...
  5. LoadFormat enumeration | Aspose.Words for Node.js

    Aspose.Words.LoadFormat enumeration. Indicates the format of the Document that is To be loaded.... Doc Microsoft Word 95 or Word 97...Markdown Markdown text document. Pdf Pdf document. Xml XML document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Printing via Aspose Words for .Net Core - Free ...

    We are trying To create a server sided component that would print word Documents using Aspose Words using.Net Core 8.0. Trying To follow the Documentation from following resources but could not find the classes or the me…... https://docs.aspose.com/words/net/print-...Document doc = new Document(@"C:\Temp\TestRendering.doc"); printer...

    forum.aspose.com/t/printing-via-aspose-words-fo...
  7. Document.pageCount property | Aspose.Words for ...

    Document.pageCount property. Gets the number of pages in the Document as calculated by the most recent page layout operation.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Page 1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartNumberFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartNumberFormat class. Represents number formatting of the parent element... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartNumberFormat.is_linked_to_source property ...

    ChartNumberFormat.is_linked_To_source property. Specifies whether the format code is linked To a source cell... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Find and Replace in PHP|Aspose.Words for .NET

    Using Aspose.Words for .NET in PHP via COM To find and replace text in MS Word Documents in C#....ComHelper" ); $doc = $comHelper -> Open ( $dataDir...$dataDir . "/ReplaceSimple.doc" ); // Check the text of the document...

    docs.aspose.com/words/net/find-and-replace-in-php/