Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 190,012 for

page

(0.13 sec)
  1. Manage Visio File Metadata via .NET C# | produc...

    View, add, edit, remove or extract Visio files metadata with just few lines of C# code...with collection of pages as well as Page class for representing...representing single Page. Along with these classes, documentproperties...

    products.aspose.com/diagram/net/metadata/
  2. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and print options using Aspose.Cells for Node.js via C++....compression, image format, and page quality. Saving Worksheets to...into your applications or web pages. You might need to insert the...

    docs.aspose.com/cells/nodejs-cpp/converting-wor...
  3. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...PDF tries to map PDF page objects to PowerPoint shapes...// Force rasterisation for pages that contain unsupported vector...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  4. TextColumnCollection class | Aspose.Words for P...

    aspose.words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document...them equals page width minus left and right page margins. Indexers...= doc ) columns = builder . page_setup . text_columns columns...

    reference.aspose.com/words/python-net/aspose.wo...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – C# 를 사용하는 PDF의 텍스트, 이미지 또는 페이지 스탬프 https://products.aspose.com/pdf/ko/net/stamps/ Recent content in C# 를 사용하는 PDF의 텍스트, 이미지 또는 페이지 스탬프 on Aspso......com/pdf/ko/net/stamps/page/ Thu, 15 Jan 2026 00:00:00 +0000...aspose.com/pdf/ko/net/stamps/page/ .nav-program-lang { display:...

    products.aspose.com/pdf/ko/net/stamps/index.xml
  6. How to Convert PDF to JPEG in Python

    This tutorial will guide you on how to convert PDF to JPEG in Python. It will teach you how using Python convert PDF to JPEG of any type like PNG, BMP, JPG, and others....Page Product Family Aspose.PSD Product...the page width, and many others. For converting a PDF page to...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  7. Several HTML Into SVG Javascript

    Merge multiple HTML into SVG in JavaScript code. Save HTML as SVG using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.svg`);...

    products.aspose.com/words/nodejs-net/merge/html...
  8. Several TEXT Into GIF Javascript

    Merge multiple TEXT into GIF in JavaScript code. Save TEXT as GIF using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.gif`);...

    products.aspose.com/words/nodejs-net/merge/text...
  9. Convert Image To GIF Javascript

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

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert Image To SVG Javascript

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

    products.aspose.com/words/nodejs-net/conversion...