Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 185,612 for

page

(0.21 sec)
  1. Genrating PDF with html frtagments as a large f...

    Hi, I have been using ASPOSE PDF licensed version, trying to generate pdf for around 700 Pages. Each Page represent a project which has information around a project of constructed html content. It works fine for few …...generate pdf for around 700 pages. Each page represent a project which...projects which means of 60 pages. I fi try to print for larger...

    forum.aspose.com/t/genrating-pdf-with-html-frta...
  2. Add Text to an existing PDF file in PHP|Aspose....

    Learn how to add new text to an existing PDF document in PHP using Aspose.PDF for content enhancement....pdf' ); # get particular page $pdf_page = $doc -> getPages () ->...$pdf_page ); # append the text fragment to the PDF page $text_builder...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  3. Paragraph.ParentSection | Aspose.Words for .NET

    Discover the Paragraph ParentSection property to easily access the parent Section of any paragraph, enhancing your document structure and organization....will appear at the top of every page of this section, above the main...appear at the bottom of every page of this section, below the main...

    reference.aspose.com/words/net/aspose.words/par...
  4. Retrieve User-defined Cells from Shapesheet in ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vdx" ); $pages = $diagram -> getPages (); $count...)( string ) $pages -> getCount ()) { $page = $pages -> get ( $count...

    docs.aspose.com/diagram/java/retrieve-user-defi...
  5. Story.append_paragraph method | Aspose.Words fo...

    Story.append_paragraph method. A shortcut method that creates a [Paragraph](../../paragraph/) object with optional text and appends it to the end of this object....will appear at the top of every page of this section, above the main...appear at the bottom of every page of this section, below the main...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::ControlChar::ParagraphBreak meth...

    Aspose::Words::ControlChar::ParagraphBreak method. End of paragraph character: "\x000d" or "\r". Same as Cr in C++....() -> get_Count ()); // Add a page break. builder -> Write ( System...System :: String ( u "Before page break." ) + Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++....() -> get_Count ()); // Add a page break. builder -> Write ( System...System :: String ( u "Before page break." ) + Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::SectionBreakChar fi...

    Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++....() -> get_Count ()); // Add a page break. builder -> Write ( System...System :: String ( u "Before page break." ) + Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::ControlChar::Cell method | Aspos...

    Aspose::Words::ControlChar::Cell method. End of a table cell or end of a table row character: "\x0007" or "\a" in C++....() -> get_Count ()); // Add a page break. builder -> Write ( System...System :: String ( u "Before page break." ) + Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Unable to Find References to Exhibits along wit...

    Hello Aspose Support, I am using Aspose.PDF for .NET (version 25.4.0) to process PDF documents that contain embedded files (attachments). My goal is to programmatically identify all places in the PDF where these embedde…...through all annotations on all pages, checking for: • FileAttachmentAnnota...Name}”); } foreach (var page in pdfDocument.Pages) { foreach (Aspose...

    forum.aspose.com/t/unable-to-find-references-to...