Sort Score
Result 10 results
Languages All
Labels All
Results 9,751 - 9,760 of 189,652 for

paged

(0.67 sec)
  1. Добавление объекта Эллипс в PDF файл|Aspose.PDF...

    Эта статья объясняет, как создать объект Эллипс в вашем PDF с использованием Aspose.PDF для Java....коллекцию страниц PDF файла Page page = pdfDocument . getPages ()...в коллекцию абзацев страницы page . getParagraphs (). add ( graph...

    docs.aspose.com/pdf/ru/java/add-ellipse/
  2. تبدیل فایل EMF به PDF با استفاده از Java | Aspo...

    EMF به PDF تبدیل از طریق کد نمونه جاوا. برنامه نویسان می توانند از این کد نمونه برای صادرات EMF به PDF در هر برنامه مبتنی بر جاوا وب یا دسکتاپ استفاده کنند....pdfDocument = new Document (); Page page = pdfDocument . getPages ()...( imageFile . toString ()); page . getPageInfo (). getMargin...

    products.aspose.com/pdf/fa/java/conversion/emf-...
  3. FieldIndex.letter_range property | Aspose.Words...

    FieldIndex.letter_range property. Gets or sets a range of letters to which limit the index....side, # and the number of the page that contains the XE field on...stylings also applied to their page numbers. builder . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Архивы

    Архивы...Pages для доступа к каждой странице...странице с помощью класса Page . На каждой итерации создавайте новый...

    blog.aspose.com/ru/pdf/split-pdf-into-multiple-...
  5. Dessiner un rectangle|Documentation

    Cette section explique comment dessiner un rectangle dans une page visio avec Aspose.Diagram. Prise en charge de l'utilisation de C# pour dessiner un rectangle et l'enregistrer au format pdf, svg, html, image, xps et autres formats....forme de rectangle dans une page. L’exemple de code ci-dessous...//Draw Rectangle in page diagram . Pages [ 0 ]. DrawRectangle...

    docs.aspose.com/diagram/fr/net/drawing/draw-rec...
  6. Archiv

    Archiv... Fügen Sie mit der Page Klasse eine neue Seite hinzu...Seite initialisieren Page page = new Page(); // Titeltext RichText...

    blog.aspose.com/de/note/change-styles-in-onenot...
  7. Travailler avec des motifs de hachures dans PS ...

    Comment ajouter un motif hachuré à un fichier PS avec Aspose.Page. Découvrez comment utiliser cette fonctionnalité dans .NET....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/fr/net/ps/working-with-hat...
  8. Orphaned repeating header when first data row c...

    Description We are encountering an issue with repeating table headers when using nested tables in Aspose.PDF.Drawing. If the outer table starts near the bottom of a page and its first data row contains a nested table, A…...starts near the bottom of a page and its first data row contains...current page , even though no content rows fit on that page . On...

    forum.aspose.com/t/orphaned-repeating-header-wh...
  9. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/pdftest/TempFile.pdf"); // Traverse thro…...through all the page of PDF foreach (Aspose.Pdf.Page page in document...document.Pages) { // Get the link annotations from particular page AnnotationSelector...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...new Document(inFilePath); Page page = pdfDocument.getPages().get_Item(1);...isLandscape = page.getPageInfo().getWidth() > page.getPageInfo()...

    forum.aspose.com/t/pdf-base64image/315504