Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 181,423 for

paged

(0.13 sec)
  1. Aspose.PDF para C++

    Este tema muestra cómo Aspose.PDF permite convertir otros formatos de archivo a un documento PDF....del Documento auto page = document -> get_Pages () -> Add (); //...TextFragment auto paragraphs = page -> get_Paragraphs (); paragraphs...

    docs.aspose.com/pdf/es/cpp/convert-other-files-...
  2. 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...
  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/ko/net/support-for-dicom-ma...
  4. C# 를 사용하여 PDF 편집 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET 코어 및 PHP, VBScript, 델파이, C++에서 PDF 파일의 민감한 정보를 편집하기 위한 C# 소스 코드입니다.... Pages . Accept ( textFragmentAbsorber...textFragmentCollecti ) { var page = textFragment . Page ; var annotationRectangle...

    products.aspose.com/pdf/ko/net/redaction/
  5. ویرایش PDF با استفاده از C# | Aspose.PDF

    سورس کد C# برای ویرایش اطلاعات حساس در فایل پی دی اف در دات نت فریم ورک، دات نت Core و PHP، VBScript، دلفی، سی پلاس پلاس از طریق COM Interop.... Pages . Accept ( textFragmentAbsorber...textFragmentCollecti ) { var page = textFragment . Page ; var annotationRectangle...

    products.aspose.com/pdf/fa/net/redaction/
  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 โดยใช้ {{ชื่อผลิตภัณฑ์}} | 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/
  8. Remove Annotations from PDF in Java

    This article guides on how to remove annotations from PDF in Java. It has the details for IDE settings, list of steps, and a sample code to develop a PDF annotation remover in Java....Page Product Family Aspose.PSD Product...the target page from the collection of the pages in the loaded...

    kb.aspose.com/pdf/java/remove-annotations-from-...
  9. Extraer Enlaces del Archivo PDF|Aspose.PDF para...

    Extraer enlaces de PDF con C#. Este tema te explica cómo extraer enlaces usando la clase AnnotationSelector.... Obtenga la Page de la que desea extraer enlaces...al método Accept del objeto Page. 1. Obtén todas las anotaciones...

    docs.aspose.com/pdf/es/cpp/extract-links/
  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/