Tente aprender como alterar os tamanhos das páginas em um arquivo PDF usando a classe PdfPageEditor.... A propriedade Pages pode ser usada para atribuir...pdf" ); // Change page size of the selected pages pdfPageEditor ...
يوضح هذا الموضوع كيفية تقسيم صفحات PDF إلى ملفات PDF فردية في تطبيقات بايثون الخاصة بك عبر C++.... pages . count ()): page = document . pages [ pageCount...Document () newDocument . pages . copy_page ( page ) newDocument . save...
Topik ini menunjukkan cara membagi halaman PDF menjadi file PDF individual dalam aplikasi Python melalui C++ Anda.... pages . count ()): page = document . pages [ pageCount...Document () newDocument . pages . copy_page ( page ) newDocument . save...
Aspose::Words::PageSetup::get_LinesPerPage method. Gets or sets the number of lines per page in the document grid in C++....sets the number of lines per page in the document grid. int32_t...1. Maximum value depends on page height and font size of the...
This topic shows you how to use the Aspose.PDF for .NET API to easily generate and read PDF files in .NET applications.... Add a page using Pages.Add() method. Create a...Paragraphs collection of the page. Save the PDF using Save(String)...
Remove watermark from PDF file programmatically with C# sample code using Aspose.PDF for .NET...Page.Artifacts collection class....inputFile ); var page = pdfDocument . Pages [ 1 ]; if ( page . Artifacts...
This section explains how to get visio shape's fill style inherited from it's parent style and master with Aspose.Diagram....); // Get page by name Pagepage = diagram . Pages . GetPage...GetPage ( "Page-3" ); foreach ( Aspose . Diagram . Shape shape in page...
Aspose.PDF для Python позволяет добавлять, получать и удалять текстовые аннотации из вашего PDF документа....коллекцию Annotations объекта ‘page’. Следующий фрагмент кода показывает...TextAnnotation ( document . pages [ 1 ], ap . Rectangle ( 300...
Aspose.PDF를 사용하여 .NET에서 PDF에 메모 및 강조와 같은 스티키 주석을 만드는 방법을 배웁니다....)) { // Load Page object to add Annotation var page = document...document . Pages [ 1 ]; // Create Watermark Annotation var wa = new Aspose...