Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 184,601 for

page

(0.19 sec)
  1. Change Background of VSS File via Python | prod...

    Python source code to change background of VSS documents within any Python based application....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/python-java/changeb...
  2. Change Background of VSDX File via Python | pro...

    Python source code to change background of VSDX documents within any Python based application....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/python-net/changeba...
  3. Change Background of VSTM File via Python | pro...

    Python source code to change background of VSTM documents within any Python based application....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/python-net/changeba...
  4. TIF to PDF-A-1B is not converting as expected. ...

    Hi Team, We are trying to covert TIF File to PDF using Aspose Total, Aspose PDF. But, the result is not as expected. Image is shrinked and is showing as line. Aspose PDF version : 25.7 Current JDK : 21-jre-alpine vert…... a mismatch between the PDF page size and the image size, or...too small. Set Page Size : Make sure that the page size of the PDF...

    forum.aspose.com/t/tif-to-pdf-a-1b-is-not-conve...
  5. Rotate PDF using JavaScript via C++ | Aspose.PDF

    Rotate PDF documents programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++...Rotate PDF Pages with JavaScript via C++ Do you need to rotate... Move page upper in order to compensate changing page size. Set...

    products.aspose.com/pdf/javascript-cpp/rotate/
  6. Working with Window Elements|Documentation

    This section explains get property of window elements in visio with Aspose.Diagram....allow for multiple tabbed web pages in one window. Developers can...allow for multiple tabbed web pages in one window. Developers can...

    docs.aspose.com/diagram/net/working-with-window...
  7. Aspose::Words::Layout::LayoutCollector::Clear m...

    Aspose::Words::Layout::LayoutCollector::Clear method. Clears all collected layout data. Call this method after document was manually updated, or layout was rebuilt in C++....how to see the the ranges of pages that a node spans. auto doc..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. Aspose::Words::Layout::LayoutCollector::get_Doc...

    Aspose::Words::Layout::LayoutCollector::get_Document method. Gets or sets the document this collector instance is attached to in C++....how to see the the ranges of pages that a node spans. auto doc..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Convert URL to PDF with Python

    This article guides on how to convert URL to PDF with Python. It has all the details to set the IDE, a list of steps, and a sample code to turn URL into PDF with Python....Page Product Family Aspose.PSD Product...requirements. Steps to Convert Website Page to PDF with Python Set the environment...

    kb.aspose.com/pdf/python/convert-url-to-pdf-wit...
  10. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...Add a page to the PDF document Page page = pdfDocument.Pages.Add();...image to the page's paragraphs collection page.Paragraphs.Add(image);...

    forum.aspose.com/t/tif-pdf/293699