Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 192,335 for

paged

(0.81 sec)
  1. Public API Changes in Aspose.Imaging 3.0.1|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....in Djvu file format for Djvu page. It can be accessed from Header...Represents the DjVu file format page with all needed properties....

    docs.aspose.com/imaging/java/public-api-changes...
  2. Медийные аннотации в PDF|Aspose.PDF for Python ...

    Узнайте, как добавлять звуковые, 3D, экранные и rich media аннотации в документы PDF, а также как просматривать или удалять мультимедийные аннотации с помощью Aspose.PDF for Python via .NET....Document ( infile ) page = document . pages [ 1 ] media_file =...sound_annotation = ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700...

    docs.aspose.com/pdf/ru/python-net/media-annotat...
  3. Spaziatura automatica una raccolta di forme nel...

    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....Per ottenere ciò, la classe Page offre un membro autoSpaceShapes...vsdx" ); // get page of the Visio drawing Page page = diagram . getPages...

    docs.aspose.com/diagram/it/java/auto-space-a-co...
  4. PageSetup.linesPerPage property | Aspose.Words ...

    PageSetup.linesPerPage property. Gets or sets the number of lines per page in the document grid....sets the number of lines per page in the document grid. get linesPerPage...1. Maximum value depends on page height and font size of the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Orientation enumeration | Aspose.Words for Python

    aspose.words.Orientation enumeration. Specifies page orientation....Orientation enumeration Specifies page orientation. Members Name Description...Description PORTRAIT Portrait page orientation (narrow and tall)...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convertir divers formats d'images en PDF|Aspose...

    Ce sujet vous montre comment la bibliothèque Aspose.PDF pour PHP permet de convertir divers formats d'images en PDF....nouvelle page au document Réglez les marges de la page à 0 (si...d’entrée Ajoutez l’image à la page Enregistrez le document dans...

    docs.aspose.com/pdf/fr/php-java/convert-images-...
  7. Couldnt implement Auto Scale Option Need help -...

    Situation: Using Aspose.Pdf.Document First we generate the content in HTML format. Func1: var htmlOptions = CreateHtmlLoadOptions(marginsInInches, marginTopBotInInches, headerHeight, baseUrl, outputAreaHeight); usin…...(var page in tempDoc.Pages) { pdfDocument.Pages.Add(page); } }...pdf increase the number of pages. We need some images side by...

    forum.aspose.com/t/couldnt-implement-auto-scale...
  8. Add PDF Backgrounds in Python|Aspose.PDF for Py...

    Learn how to add a background image to PDF pages in Python using the BackgroundArtifact class in Aspose.PDF for Python via .NET....document is a collection of pages and each page contains a collection...add a background image to a page object. This approach is useful...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  9. PDF에서 단락 추출 C#|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 .NET에서 PDF 문서에서 단락을 추출하는 방법을 배웁니다....pdf" )) { var page = document . Pages [ 2 ]; var absorber...ParagraphAbsorber (); absorber . Visit ( page ); Aspose . Pdf . Text . PageMarkup...

    docs.aspose.com/pdf/ko/net/extract-paragraph-fr...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for .NET.... Add Page to pages collection of PDF file....to paragraphs collection of page instance. Create Graph instance...

    docs.aspose.com/pdf/net/add-rectangle/