Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 185,611 for

page

(0.72 sec)
  1. Aspose::Words::Layout::LayoutCollector::GetNumP...

    Aspose::Words::Layout::LayoutCollector::GetNumPagesSpanned method. Gets number of Pages the specified node spans. 0 if node is within a single Page. This is the same as GetEndPageIndex() - GetStartPageIndex() in C++....nned method Gets number of pages the specified node spans. 0...0 if node is within a single page. This is the same as GetEndPageIndex()...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for Page in range(0, docu…...Document(file_path) for page in range(0, document.page_count): extractedPage...document.extract_pages(page, 1) name = f"output2/page{page + 1}.docx"...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...
  3. Extract Links from PDF using C#

    This tutorial describes how to extract links from PDF using C#. It has details to set the IDE, a list of steps, and a sample code to develop a PDF link extractor using C#....Page Product Family Aspose.PSD Product...selected annotations from a page and fetch URI from link-type...

    kb.aspose.com/pdf/net/extract-links-from-pdf-us...
  4. Convert URL to PDF using C#

    This tutorial describes how to convert URL to PDF using C#. It has the details to set the IDE, a list of steps, and a sample code for transforming link to PDF document using C#....Page Product Family Aspose.PSD Product...settings for the output PDF page are also shared for creating...

    kb.aspose.com/pdf/net/convert-url-to-pdf-using-...
  5. HiddenDataSanitizer - rasterizing specific page...

    Hello, is it possible to have HiddenDataSanitizer rasterize selected Pages only? HiddenDataSanitizationOptions. ConvertPagesToImages appears to rasterize all Pages. Could there please be a way to specifiy only selected …...HiddenDataSanitizer - rasterizing specific pages only Aspose.PDF Product Family...HiddenDataSanitizer rasterize selected pages only? HiddenDataSanitizati....

    forum.aspose.com/t/hiddendatasanitizer-rasteriz...
  6. Add watermark to PDF using C++|Aspose.PDF for C++

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the C++....artifacts on a particular page, the Page class has the Artifacts...include Background, Layout, Page, Pagination and Undefined)....

    docs.aspose.com/pdf/cpp/add-watermarks/
  7. ImageSaveOptions.ImageSize | Aspose.Words for .NET

    Discover the ImageSize property of ImageSaveOptions to easily manage and customize image dimensions in pixels for optimal results....Examples Shows how to render every page of a document to a separate...doc ); builder . Writeln ( "Page 1." ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Modify the Gradient of a Visio Shape|Documentation

    This Page describes how to modify gradient color of a visio shape with Aspose.Diagram library....); // get page by name Aspose . Diagram . Page page = diagram...diagram . Pages . GetPage ( "Page-1" ); // get shape by ID Aspose ....

    docs.aspose.com/diagram/net/modify-the-gradient...
  9. Support for DICOM Images|Aspose.PDF for .NET

    This section describes how to support DICOM images in PDF files using the C# library....Document ()) { // Add page var page = document . Pages . Add (); // Create...// Add image to the first page page . Paragraphs . Add ( image...

    docs.aspose.com/pdf/net/support-for-dicom-images/
  10. PageLayoutCallbackArgs.Document | Aspose.Words ...

    Discover the PageLayoutCallbackArgs Document property to efficiently access and manage your document data. Enhance your workflow today!...document to a fixed page format /// and renders a page that we perform...perform a page reflow on to an image in the local file system. ///...

    reference.aspose.com/words/net/aspose.words.lay...