Sort Score
Result 10 results
Languages All
Labels All
Results 7,741 - 7,750 of 187,839 for

page

(0.66 sec)
  1. Convert HTML To WORD C#

    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);...

    products.aspose.com/words/net/conversion/html-t...
  2. Convert JPG To SVG C#

    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);...

    products.aspose.com/words/net/conversion/jpg-to...
  3. Convert JPG To PNG C#

    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);...

    products.aspose.com/words/net/conversion/jpg-to...
  4. Convert DOC To EPUB C#

    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);...

    products.aspose.com/words/net/conversion/doc-to...
  5. Add Text stamps in PDF File|Aspose.PDF for C++

    Add a text stamp to a PDF file using the TextStamp class with C++....call AddStamp method of the Page to add the stamp in the PDF...stamp to particular page document -> get_Pages () -> idx_get ( 1...

    docs.aspose.com/pdf/cpp/text-stamps-in-the-pdf-...
  6. Watermark VDX document via Python | products.as...

    Python sample code to add watermark to VDX documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vdx" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-java/waterma...
  7. Watermark VSTX document via Python | products.a...

    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(...

    products.aspose.com/diagram/python-java/waterma...
  8. Watermark VSDM document via Python | products.a...

    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(...

    products.aspose.com/diagram/python-java/waterma...
  9. FieldMergeRec Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeRec class for seamless document merging with the MERGEREC field. Enhance your document automation today!...current value on each respective page. // If a mail merge skips no...merge will have 2 pages instead of 3. // On page 1, the MERGESEQ...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in Java between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.pdf", page + 1)...

    products.aspose.com/words/java/conversion/