Sort Score
Result 10 results
Languages All
Labels All
Results 6,431 - 6,440 of 188,130 for

paged

(0.12 sec)
  1. Agregar Anotaciones de Figuras usando C#|Aspose...

    Este artículo describe cómo agregar, obtener y eliminar anotaciones de figuras de su documento PDF con Aspose.PDF for .NET... Pages [ 1 ], new Aspose . Pdf . Rectangle...PopupAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/es/net/figures-annotation/
  2. Adicionar Anotações de Figuras usando C#|Aspose...

    Este artigo descreve como adicionar, obter e excluir anotações de figuras do seu documento PDF com Aspose.PDF for .NET... Pages [ 1 ], new Aspose . Pdf . Rectangle...PopupAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/pt/net/figures-annotation/
  3. DICOM 图像支持|Aspose.PDF for .NET

    本节描述如何使用 C# 库支持 PDF 文件中的 DICOM 图像。...Document ()) { // Add page var page = document . Pages . Add (); // Create...// Add image to the first page page . Paragraphs . Add ( image...

    docs.aspose.com/pdf/zh/net/support-for-dicom-ma...
  4. DICOM 이미지 지원|Aspose.PDF for .NET

    이 섹션에서는 C# 라이브러리를 사용하여 PDF 파일에서 DICOM 이미지를 지원하는 방법을 설명합니다....Document ()) { // Add page var page = document . Pages . Add (); // Create...// Add image to the first page page . Paragraphs . Add ( image...

    docs.aspose.com/pdf/ko/net/support-for-dicom-ma...
  5. สร้าง PDF โดยใช้ C++ | Aspose.PDF

    หัวข้อนี้จะแสดงวิธีการใช้ Aspose.PDF สำหรับ C++ API เพื่อสร้างและอ่านไฟล์ PDF ใน C++ การใช้งาน...เพิ่มหน้าโดยใช้ Pages.Add () วิธีการ 1.สร้างวัตถุ...(); // Add page auto page = document -> get_Pages () -> Add ();...

    products.aspose.com/pdf/th/cpp/create/
  6. Add Text to PDF Using PHP | Aspose.PDF

    Add text to PDF programmatically with PHP sample code using Aspose.PDF for PHP via Java...more details check the GitHub page. Add Text to PDF File via PHP...properties. Add the TextParagraph to Page using TextBuilder. Save the...

    products.aspose.com/pdf/php-java/text/
  7. ویرایش PDF با استفاده از C# | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه C# با استفاده از Aspose.PDF برای .NET ویرایش کنید... Pages . Accept ( textFragmentAbsorber...textFragmentCollecti ) { var page = textFragment . Page ; var annotationRectangle...

    products.aspose.com/pdf/fa/net/redaction/
  8. How to get Freetext Annotation using Java | Asp...

    Get Freetext annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...for Freetext annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/freetex...
  9. 使用 Python 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 添加文本...TextBuilder 將 TextParagraph 新增到 Page。 再次儲存文件。 將文字新增到 PDF - Python...# Get particular page page = document . pages [ 1 ] # Create text...

    products.aspose.com/pdf/zh-hant/python-net/text/
  10. 使用 Python 旋转 PDF 页面|Aspose.PDF for Python via .NET

    本主题描述如何使用 Python 编程旋转现有 PDF 文件中的页面方向。...input_pdf ) for page in doc . pages : r = page . media_box newHeight...+ ( r . height - newHeight ) page . media_box = ap . Rectangle...

    docs.aspose.com/pdf/zh/python-net/rotate-pages/