Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 15,255 for

section

(0.14 sec)
  1. Manipulating PNG Images|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....demonstrated in the below section. Aspose.Imaging for .NET API...demonstrated in the below section. The purpose of these filter...

    docs.aspose.com/imaging/net/manipulating-png-im...
  2. Which PDF Standard Is Better to Choose|Aspose.W...

    Choose the best PDF standard to export the result of your programming task in Node.js. Which PDF standard is better – PDF 1.7, PDF 2.0, PDF/A-1, PDF/A-2, PDF/A-3, PDF/A-4, or PDF/UA....0 and Section 508. FAQ Q: What is the practical...complying with WCAG 2.0 and Section 508. Use PDF/UA when your audience...

    docs.aspose.com/words/nodejs-net/which-pdf-stan...
  3. PsSaveOptions.UseBookFoldPrintingSettings | Asp...

    Discover the PsSaveOptions UseBookFoldPrintingSettings property to easily save documents in a booklet layout for enhanced printing efficiency....page setup objects of all sections to "MultiplePagesType.BookFoldPrinting"...BookFoldPrinting". foreach ( Section s in doc . Sections ) { s . PageSetup...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PdfSaveOptions.UseBookFoldPrintingSettings | As...

    Discover the PdfSaveOptions UseBookFoldPrintingSettings property to easily save documents in a booklet layout for enhanced printing efficiency....page setup objects of all sections to "MultiplePagesType.BookFoldPrinting"...renderTextAsBookfold ) foreach ( Section s in doc . Sections ) { s . PageSetup...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Developer Guide in Python|Aspose.Words for Pyth...

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Words for Python via .NET features, achieve a certain document appearance, or make a use case possible....scenario topics and linking to sections on loading, rendering, mail... select the corresponding section: Loading, Saving and Converting...

    docs.aspose.com/words/python-net/developer-guide/
  6. Conversion to PDF/A and PDF/UA|Aspose.Words for...

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using Java. Choose the best PDF standard to convert a document using Java.... In this section, we will take a closer look...Formula, or Non‑Unicode Symbol” section Unicode mapping for common...

    docs.aspose.com/words/java/learn-features-of-co...
  7. How to create YouTube thumbnail generator progr...

    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....PSD for Java in the next sections. 1. Add a background image...effect will be used in the next section. 2.1. Add a radial gradient...

    docs.aspose.com/psd/java/how-to-create-youtube-...
  8. Working with Resources in Microsoft Project Fil...

    Learn how to create, update, and manage Microsoft Project resources in C# using Aspose.Tasks for .NET. Automate resource costs, calendars, attributes, overtime, and reporting without Microsoft Project installed.... This section provides a structured overview...Microsoft Project files. This section provides everything needed...

    docs.aspose.com/tasks/net/working-with-resources/
  9. Broken shapes grouping in Visio document after ...

    Hi Support, Current Aspose.Diagram v.25.11.0 contains issues that break shapes grouping after a simple Open/Save diagram. I believe this was broken by a fix to the following issue: Steps to reproduce: Diagram exam…...recent changes affect how group‑section data is written for certain...can help you compare the <Section name="Group"> elements. Note:...

    forum.aspose.com/t/broken-shapes-grouping-in-vi...
  10. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...paragraph text matches the section pattern if (Regex.IsMatch(paraText...paragraph text matches the section pattern if (Regex.IsMatch(paraText...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...