Convert JPG to TXT format in C# code. Save JPG 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 a Word document to XPS format in C# code. Save a Word document 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 HTML to PDF format in C# code. Save HTML 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 HTML to WORD format in C# code. Save HTML as WORD using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...
Convert JPG to PNG format in C# code. Save JPG as PNG using C#....png); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.png", saveOptions);...
Convert JPG to SVG format in C# code. Save JPG as SVG using C#....svg); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.svg", saveOptions);...
Convert DOC to EPUB format in C# code. Save DOC as EPUB using C#....epub); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.epub", saveOptions);...
Merge multiple a Word document into JPG in Java code. Save a Word document as JPG using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...
Python sample code to add watermark to VSDM documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vsdm" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...
Python sample code to add watermark to VSTX documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vstx" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...