This basic tutorial guides you on how to add header and footer in PDF using C#. It includes the runnable sample code and the steps to clarify the process to insert header and footer in PDF using C#....OCR Product Family Aspose.Note Product...Aspose.ZIP Product Family Aspose.Page Product Family Aspose.PSD Product...
This brief guide elaborates on how to add watermark to PDF using Python. You can apply watermark to PDF using Python code with the capability to add watermarks to any Page of the PDF document....OCR Product Family Aspose.Note Product...Aspose.ZIP Product Family Aspose.Page Product Family Aspose.PSD Product...
Merge multiple HTML into Image in Java code. Save HTML as Image using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...
Convert JPG to PDF format in C# code. Save JPG 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 JPG to JPG format in C# code. Save JPG as JPG using C#....jpg); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.jpg", saveOptions);...
Convert JPG to Image format in C# code. Save JPG as Image using C#....jpg); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.jpg", saveOptions);...
Convert HTML to EPUB format in C# code. Save HTML 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);...
Convert HTML to DOC format in C# code. Save HTML 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);...
Convert TEXT to WORD format in C# code. Save TEXT 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);...
Sample Python conversion code for EPS format to PS file. Use this example code to convert EPS to PS within any Web or Console Python based application....OCR Product Solution Aspose.Note...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...