Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 186,659 for

page

(0.13 sec)
  1. Aspose::Words::PageSetup::get_MultiplePages met...

    Aspose::Words::PageSetup::get_MultiplePages method. For multiple Page documents, gets or sets how a document is printed or rendered so that it can be bound as a booklet in C++....lePages method For multiple page documents, gets or sets how...Insert text that spans several pages. auto builder = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/pag...
  2. Place a textbox within a specific cell in a tab...

    Good Day We are currently generating a table and we want to make the fields within a specific column editable. I want to place textboxes within the cells of the editable column but the problem is that I can't find the c…...coordinates of the cell on the page so that I can position the TextBox...cell and not relative to the page so the TextBox ends up being...

    forum.aspose.com/t/place-a-textbox-within-a-spe...
  3. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark....positioned in the centre of the page. While in Aspose.Words there...// Place the watermark in the page center. watermark . setRelativeHorizonta...

    docs.aspose.com/words/java/add-watermark/
  4. Aspose.PDF – Unable to Save PDF After Removing ...

    a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Hi Team, I’m working on an implementation where we extract content from PDFs, but we need to…...(var page in pdfDocument.Pages) { if (page == null || page.Artifacts...List<Artifact>(); foreach (var art in page.Artifacts) { // We only consider...

    forum.aspose.com/t/aspose-pdf-unable-to-save-pd...
  5. Public API Changes in Aspose.Diagram 6.6.0|Docu...

    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....vsdx" ); // get page of the Visio diagram by name...Diagram . Page page = diagram . Pages . GetPage ( "Page-1" ); //...

    docs.aspose.com/diagram/net/public-api-changes-...
  6. AI ファイルオンラインビューア | products.aspose.com

    AsposeビルトインアプリでAIファイルをオンラインで表示...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/jp/ai/
  7. Ջնջել էջի ընդմիջումը Excel-ում՝ օգտագործելով No...

    Ջնջել էջի ընդմիջումը Excel-ում՝ օգտագործելով Node.js-ը: Ստացեք մանրամասներ՝ IDE-ը կարգավորելու համար, քայլերի ցանկ և կոդ՝ Excel-ում էջի ընդմիջումը հեռացնելու համար՝ օգտագործելով Node.js-ը:...Page Product Family Aspose.PSD Product...գործեք collection of horizontal page breaks ընտրված թերթից և զանգահարեք...

    kb.aspose.com/hy/cells/nodejs/delete-page-break...
  8. Table Sorting Configuration|Documentation

    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....Configuration Example: …… …… Page Setup Analyzing your prompt...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/reportingservices/table-s...
  9. ChapterPageSeparator enumeration | Aspose.Words...

    aspose.words.ChapterPageSeparator enumeration. Defines the separator character that appears between the chapter and Page number....appears between the chapter and page number. Members Name Description...Examples Shows how to work with page chapters. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PDF Footer Insertion Using C# | Aspose.PDF

    Add footer to PDF programmatically with C# sample code using Aspose.PDF for .NET.... Add the Stamp to Page using AddStamp method. Save...foreach ( var page in pdfDocument . Pages ) { page . AddStamp (...

    products.aspose.com/pdf/net/footer/