Sort Score
Result 10 results
Languages All
Labels All
Results 9,821 - 9,830 of 83,373 for

document converter

(0.15 sec)
  1. Split RTF File Online or via .NET | products.as...

    Free online app to split different RTF files. .NET C# splitter library code for RTF Documents....RTF document splitter applications. Freely split documents including....NET Load the RTF document using Document class. Get total pages...

    products.aspose.com/total/net/split/rtf/
  2. Convert JPG To PNG Java

    Convert JPG to PNG format in Java code. Save JPG as PNG using Java....Convert JPG to PNG in Java High-speed Java library for converting...converting JPG to PNG Use our document conversion API to create portable...

    products.aspose.com/words/java/conversion/jpg-t...
  3. Pdf to Xml COnversion - Free Support Forum - as...

    Hi, I need to convert pdf to xml but when i convert my pdf then it only create a blank xml file . Document doc = new Document("input.pdf"); doc.saveXml("output.xml"); I am using trial version only. Can anyone he…... I need to convert pdf to xml but when i convert my pdf then...blank xml file . Document doc = new Document(“input.pdf”); doc...

    forum.aspose.com/t/pdf-to-xml-conversion/12668
  4. Setting Margins with JavaScript via C++|Documen...

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set margins for page center, header, and footer using the JavaScript API via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/setting-ma...
  5. SvgSaveOptions.ShowPageBorder | Aspose.Words fo...

    Discover the SvgSaveOptions ShowPageBorder property to customize your page outline. Control borders effortlessly—default setting is true for easy use!...images when converting a .docx document to .svg. Document doc = new...new Document ( MyDir + "Document.docx" ); // Configure the SvgSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Convert XML to ODS in Android Apps | products.a...

    Render XML to ODS in Android Apps API without using Microsoft Excel or Adobe Reader...Acrobat Reader Download Why to Convert Integrating XML to ODS conversion...many ways. ODS is an open document format which is used to store...

    products.aspose.com/total/android-java/conversi...
  7. Convert TIFF to DOCX via C# | Aspose

    Sample code for TIFF to DOCX C# conversion. Use API example code for batch TIFF files to DOCX conversion within VB.NET, Asp.NET or any .NET based application....HTML JPG OCR XML BMP DOCX Convert TIFF to DOCX in C# Perform...recognition on TIFF document and save text as TIFF document using Aspose...

    products.aspose.com/ocr/net/conversion/tiff-to-...
  8. Convert JP2 to DOCX via C# | Aspose

    Sample code for JP2 to DOCX C# conversion. Use API example code for batch JP2 files to DOCX conversion within VB.NET, Asp.NET or any .NET based application....HTML JPG OCR XML BMP DOCX Convert JP2 to DOCX in C# Perform optical...recognition on JP2 document and save text as JP2 document using Aspose...

    products.aspose.com/ocr/net/conversion/jp2-to-d...
  9. Convert JPEG2000 to DOCX via C# | Aspose

    Sample code for JPEG2000 to DOCX C# conversion. Use API example code for batch JPEG2000 files to DOCX conversion within VB.NET, Asp.NET or any .NET based application....HTML JPG OCR XML BMP DOCX Convert JPEG2000 to DOCX in C# Perform...JPEG2000 document and save text as JPEG2000 document using Aspose...

    products.aspose.com/ocr/net/conversion/jpeg2000...
  10. Color Filters – C# Code – Aspose.SVG for .NET

    Learn how to edit SVG in C# – add and edit new elements in SVG, apply SVG filters to bitmaps, etc. using Aspose.SVG for .NET library....Initialize an SVG document 7 using (SVGDocument document = new SVGDocument())...SVGSVGElement svgElement = document. RootElement ; 10 11 // Create...

    docs.aspose.com/svg/net/color-filters/