Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 3,098 for

rotate page

(0.07 sec)
  1. Travailler avec du texte dans un PDF en utilisa...

    Cette section explique diverses techniques de manipulation de texte. Apprenez à ajouter, remplacer, faire pivoter, rechercher du texte en utilisant Aspose.PDF pour Python....remplacer le texte dans toutes les pages d’un document PDF. Vous devez...utilisant la propriété de rotation de la classe TextFragment...

    docs.aspose.com/pdf/fr/python-net/working-with-...
  2. 使用 Python 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加或删除水印的 Python 源代码。...Page.Artics 集合类添加水印。 保存 PDF 文件 在...as ap input_pdf = DIR_INPUT_PAGES + "add_watermark.pdf" output_pdf...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  3. Wasserzeichen zu PDF mit C++ hinzufügen|Documen...

    Erfahren Sie, wie Sie Text und Bild Wasserzeichen beim Rendern von PDF Dateien mit Aspose.Cells und C++ hinzufügen....// Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...TextAlignmentType :: Center ); // Specify rotation. watermark . SetRotation (...

    docs.aspose.com/cells/de/cpp/add-watermark-to-pdf/
  4. Добавление водяных знаков в PDF с помощью Node....

    Узнайте, как добавлять текстовые и графические водяные знаки в PDF при преобразовании Excel в PDF с помощью Aspose.Cells for Node.js via C++....// prepare a workbook with 3 pages. const wb = new AsposeCells...TextAlignmentType . Center ); // specify rotation watermark . setRotation (...

    docs.aspose.com/cells/ru/nodejs-cpp/add-waterma...
  5. إضافة علامة مائية إلى PDF مع Node.js عبر C++|Do...

    تعلم كيفية إضافة علامة مائية نصية وصورة إلى PDF أثناء تحويل إكسل إلى PDF باستخدام Aspose.Cells for Node.js via C++....// prepare a workbook with 3 pages. const wb = new AsposeCells...TextAlignmentType . Center ); // specify rotation watermark . setRotation (...

    docs.aspose.com/cells/ar/nodejs-cpp/add-waterma...
  6. PDF에 텍스트 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 TextStamp 클래스를 사용하여 PDF 문서에 텍스트 스탬프를 추가합니다.... rotate = ap . Rotation . ON90 # 텍스트 속성 설정...# 특정 페이지에 스탬프 추가 document . pages [ 1 ] . add_stamp ( text_stamp...

    docs.aspose.com/pdf/ko/python-net/text-stamps-i...
  7. Drukuj PDF przy użyciu C++ | Aspose.PDF

    Prosty kod źródłowy demo drukuje dokument PDF na dowolnej platformie z językiem C++....Print the file with adjusted rotation viewer . PrintPageDialog =...false ; // Do not produce the page number dialog when printing...

    products.aspose.com/pdf/pl/cpp/print/
  8. Trabajando con Artefactos en C++|Aspose.PDF par...

    Esta página describe cómo trabajar con la clase Artifact usando Aspose.PDF para C++. Los fragmentos de código muestran cómo agregar una imagen de fondo a las páginas PDF y cómo obtener cada marca de agua en la primera página de un archivo PDF....Rotation – Obtiene la rotación de un...página particular, la clase Page tiene la propiedad Artifacts...

    docs.aspose.com/pdf/es/cpp/artifacts/
  9. Python 를 사용하여 PDF에 워터마크 추가 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET 코어 및 PHP, VBScript, 델파이, C++에서 PDF 파일에 워터마크를 추가하는 파이썬 소스 코드입니다....Page.Artifacts 컬렉션 클래스의 Add 메서드를...VerticalAlignment . CENTER artifact . rotation = 15 artifact . opacity =...

    products.aspose.com/pdf/ko/python-net/watermark...
  10. 使用 C# 向 PDF 添加水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上的 PDF 文件中添加水印的 C# 源代码。...Page.Artifacts 集合类的方法添加水印。 保存 PDF...VerticalAlignment . Center ; artifact . Rotation = 15 ; artifact . Opacity...

    products.aspose.com/pdf/zh-hans/net/watermark/add/