Sort Score
Result 10 results
Languages All
Labels All
Results 4,551 - 4,560 of 192,338 for

paged

(0.26 sec)
  1. 파이썬에서 PDF 텍스트 포맷 지정하기|Aspose.PDF for Python via...

    간격, 테두리, 들여쓰기 및 스타일 지정 옵션을 사용하여 Python에서 PDF 문서 내의 텍스트 서식을 지정하는 방법을 알아봅니다.... Document () page = document . pages . add () lorem_path...text_state . line_spacing = 16 page . paragraphs . add ( text_fragment...

    docs.aspose.com/pdf/ko/python-net/text-formatti...
  2. BorderCollection.shadow property | Aspose.Words...

    BorderCollection.shadow property. Gets or sets a value indicating whether the border has a shadow....wavy page border with a shadow. doc = aw . Document () page_setup...doc . sections [ 0 ] . page_setup page_setup . borders . line_style...

    reference.aspose.com/words/python-net/aspose.wo...
  3. نقل صفحات PDF برمجيًا C++|Aspose.PDF لـ C++

    حاول نقل الصفحات إلى الموقع المطلوب أو إلى نهاية ملف PDF باستخدام Aspose.PDF لـ C++....Document > (); auto page = srcDocument -> get_Pages () -> idx_get (...dstDocument -> get_Pages () -> Add ( page ); // احفظ ملف الإخراج...

    docs.aspose.com/pdf/ar/cpp/move-pages/
  4. Memindahkan Halaman PDF secara Pemrograman C++|...

    Cobalah memindahkan halaman ke lokasi yang diinginkan atau di akhir file PDF menggunakan Aspose.PDF untuk C++....Document > (); auto page = srcDocument -> get_Pages () -> idx_get (...dstDocument -> get_Pages () -> Add ( page ); // Simpan file keluaran...

    docs.aspose.com/pdf/id/cpp/move-pages/
  5. Convertir PDF a diferentes formatos de imagen e...

    Explore cómo convertir páginas PDF en imágenes como PNG, JPEG o TIFF usando Aspose.PDF en Python via .NET.... skip_blank_pages = False tiffDevice = apdf ....BmpDevice ( resolution ) page_count = 1 while page_count <= len ( document...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  6. Converter PDF para formatos de imagem em Python...

    Aprenda como renderizar páginas PDF como arquivos TIFF, BMP, EMF, JPEG, PNG, GIF e SVG em Python com Aspose.PDF for Python via .NET.... skip_blank_pages = False tiffDevice = ap . devices...BmpDevice ( resolution ) page_count = 1 while page_count <= len ( document...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  7. Set Size of PDF using pythob via C++|Aspose.PDF...

    يوضح هذا القسم كيفية الحصول على خصائص صفحة PDF أو تعيينها مثل حجم المستند باستخدام Python عبر C++....المستند باستخدام document_get_pages احصل على الصفحة الأولى من مجموعة...مجموعة الصفحات باستخدام page_collection_get_page احصل على مستطيل مربع...

    docs.aspose.com/pdf/ar/python-cpp/get-and-set-p...
  8. Actualizar, eliminar campos|Documentation

    Esta sección explica cómo actualizar o eliminar campos....Visio page Aspose . Diagram . Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); //Get Visio Shape Shape shape = page . Shapes...

    docs.aspose.com/diagram/es/net/update-remove-fi...
  9. Aspose::Words::PageSetup::get_DifferentFirstPag...

    Aspose::Words::PageSetup::get_DifferentFirstPageHeaderFooter method. True if a different header or footer is used on the first page in C++....footer is used on the first page. bool Aspose :: Words :: PageSetup... which appears on the first page of the section. builder -> MoveToHeaderFooter...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. PDF Highlights Annotation using C++|Aspose.PDF ...

    标记注释在文档的文本中以高亮、下划线、删除线或波浪线的形式呈现。...-> Visit ( document -> get_Pages () -> idx_get ( 1 )); // 创建注释...HighlightAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), tfa ->...

    docs.aspose.com/pdf/zh/cpp/highlights-annotation/