Convert a Word document to TXT format in C# code. Save a Word document as TXT using C#....txt); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.txt", saveOptions);...
Convert JPG to TIFF format in C# code. Save JPG as TIFF using C#....tiff); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.tiff", saveOptions);...
Convert TEXT to HTML format in C# code. Save TEXT as HTML using C#....html); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.html", saveOptions);...
Convert TEXT to PDF format in C# code. Save TEXT as PDF using C#....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...
Convert PDF to XPS format in C# code. Save PDF as XPS using C#....xps); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.xps", saveOptions);...
Convert PDF to DOC format in C# code. Save PDF as DOC using C#....doc); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.doc", saveOptions);...
This step by step tutorial shows you how to add comments to Visio drawings in C#. You can easily add comments to Visio drawings in C# with few lines of code....OCR Product Family Aspose.Note Product...Aspose.ZIP Product Family Aspose.Page Product Family Aspose.PSD Product...
Learn how to install and license Aspose.Ocr for Python via Java and how to write simple Ocr applications in Python....OCR for Python via Java in a few...requirements to get started with Aspose.OCR for Python via Java Installation...
Merge multiple TEXT into JPG in Java code. Save TEXT as JPG using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...
Merge multiple HTML into GIF in Java code. Save HTML as GIF using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...