Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 186,659 for

page

(0.11 sec)
  1. PDF Footer Insertion Using Python | Aspose.PDF

    Add footer to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET.... Add the Stamp to Page using AddStamp method. Save... Top = 20 for page in document . pages : page . footer = footer...

    products.aspose.com/pdf/python-net/footer/
  2. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....possible to save a particular page to image, instead of the entire...#// Save one page only, by page index options . page_index = 0 #//...

    docs.aspose.com/diagram/python-net/convert-visi...
  3. How to Run Background Tasks in ASP.NET Core|Asp...

    Run background tasks in ASP.NET Core with Hosted Services, job queues and status updates – process and convert PPT, PPTX and ODP using Aspose.Slides.... The page freezes and the user has to...for the result. Reloading the page cancels the task. Operation...

    docs.aspose.com/slides/net/how-to-run-backgroun...
  4. Otvorite AI datoteku na mreži | products.aspose...

    Otvorite AI datoteku na mreži...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/cr/view/open-ai-online/
  5. Відкрити файл AI онлайн | products.aspose.com

    Відкрити файл AI онлайн...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/ua/open-ai-online/
  6. Aspose::Words::ConvertUtil::PointToInch method ...

    Aspose::Words::ConvertUtil::PointToInch method. Converts points to inches in C++....Examples Shows how to specify page properties in inches. auto doc...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Convert TEXT To Image Javascript

    Convert TEXT to Image format in JavaScript code. Save TEXT as Image using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/conversion...
  8. Convert TEXT To PNG Javascript

    Convert TEXT to PNG format in JavaScript code. Save TEXT as PNG using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.png`);...

    products.aspose.com/words/nodejs-net/conversion...
  9. Sitefinity PDF Import|Aspose.PDF for .NET

    Learn how to install and use PDF Import Module for Sitefinity...concatenate, extract or inset pages; transform pages to image; print PDF...Import from PDF button on the page where the add-on is added. When...

    docs.aspose.com/pdf/net/sitefinity-pdf-import/
  10. FramesetCollection class | Aspose.Words for Python

    aspose.words.framesets.FramesetCollection class. Represents a collection of instances of the [Frameset](../frameset/) class...__getitem__(index) Gets a frame or frames page at the specified index. Properties...number of frames or frames pages contained in the collection...

    reference.aspose.com/words/python-net/aspose.wo...