Sort Score
Result 10 results
Languages All
Labels All
Results 6,951 - 6,960 of 181,419 for

page

(0.1 sec)
  1. Setting Print Options with Node.js via C++|Docu...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Node.js API and C++ Library. You can set the Print Area, Print Titles, and Page Order....Contents [ Hide ] Microsoft Excel’s page setup settings provide several...users to control how worksheet pages are printed. Setting Print Options...

    docs.aspose.com/cells/nodejs-cpp/setting-print-...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – متن، تصویر یا تمبر صفحه در PDF با استفاده از C#https://products.aspose.com/pdf/fa/net/stamps/Recent content in متن، تصویر یا تمبر صفحه در PDF ب......com/pdf/fa/net/stamps/page/Tue, 03 Jun 2025 00:00:00 +...aspose.com/pdf/fa/net/stamps/page/ .nav-program-lang { display:...

    products.aspose.com/pdf/fa/net/stamps/index.xml
  3. EPS to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for EPS to JPEG conversion. Use example code for batch EPS to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...image output when converting pages of the document. Create a JpegDevice...

    products.aspose.com/pdf/python-net/conversion/e...
  4. PDF OptimizeResources() throws System.NullRefer...

    Hi, I’m investigating an error where a PDF document is created and we call the OptimizeResources() method which is throwing System.NullReferenceException: System.Reflection.TargetInvocationException: Exception has been…...Page.#=zGDyUiziuwWsKPybL1Q==(Dictionary`2...#=zM$QV2FjNdUPa) at Aspose.Pdf.Page.#=z0$JF27wPjEgV(Dictionary`2...

    forum.aspose.com/t/pdf-optimizeresources-throws...
  5. Working with Graphs in PDF file|Aspose.PDF for ...

    This article explains what a is Graph, how to create a filled rectangle object, and other functions...the Paragraphs collection in a Page instance. A Graph instance contains...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/pdf/net/working-with-graphs/
  6. Several WORD Into JPG C++

    Merge multiple a Word document into JPG in C++ code. Save a Word document as JPG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/word-to-jpg/
  7. Several TEXT Into JPG C++

    Merge multiple TEXT into JPG in C++ code. Save TEXT as JPG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/text-to-jpg/
  8. Several WORD Into TIFF C++

    Merge multiple a Word document into TIFF in C++ code. Save a Word document as TIFF using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/word-to-tiff/
  9. Several WORD Into PNG C++

    Merge multiple a Word document into PNG in C++ code. Save a Word document as PNG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/word-to-png/
  10. Several TEXT Into GIF C++

    Merge multiple TEXT into GIF in C++ code. Save TEXT as GIF using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/text-to-gif/