Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 17,448 for

document editor

(0.06 sec)
  1. 使用页面旋转|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类处理页面旋转。...RotatePages1 () { // The path to the documents directory var dataDir = RunExamples...GetDataDir_AsposePdf (); using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/zh/net/working-with-page-ro...
  2. 探索 FormEditor 类的功能|Aspose.PDF for .NET

    您可以了解如何使用 Aspose.PDF for .NET 库探索 FormEditor 类的功能的详细信息... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/exploring-features-o...
  3. Exploring features of FormEditor class|Aspose.P...

    You can learn details of exploring features of FormEditor class with Aspose. PDF for .NET library...class Contents [ Hide ] PDF documents sometimes contain interactive...forms and form fields in a PDF document, but also allow you to edit...

    docs.aspose.com/pdf/net/exploring-features-of-f...
  4. Working with Images|Aspose.PDF for Java

    This section explains how to replace image with Aspose.PDF Facades - a toolset for popular operations with PDF....PdfContentEditor editor = new PdfContentEditor ( new Document ( _dataDir..._dataDir + "sample.pdf" )); editor . deleteImage ( 2 , new int []...

    docs.aspose.com/pdf/java/working-with-image/
  5. 移动和删除表单字段|Aspose.PDF for .NET

    探索如何管理PDF中的表单字段,包括移动或删除它们,使用Aspose.PDF for .NET。...MoveField () { // The path to the documents directory var dataDir = RunExamples...GetDataDir_AsposePdf_Forms (); using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/zh/net/move-remove-form-field/
  6. 添加 PDF 表单字段|Aspose.PDF for .NET

    本主题解释了如何使用 FormEditor 类与 Aspose.PDF Facades 一起处理表单字段。...AddField () { // The path to the documents directory var dataDir = RunExamples...manipulate form fields using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/zh/net/add-form-fields/
  7. Adding Annotations to existing PDF file|Aspose....

    Learn how to add various types of annotations to existing PDF files in Java using Aspose.PDF for interactive features....AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...PdfContentEditor editor = new PdfContentEditor ( document ); TextFragmentAbsorber...

    docs.aspose.com/pdf/java/adding-annotations-to-...
  8. Set Viewer Preference of an existing PDF File|A...

    Learn how to set viewer preferences, such as page layout and zoom settings, for existing PDF Documents using Aspose.PDF in Java....for example, positioning the document window in the center of the...SetViewerPreference () { var document = new Document ( _dataDir + "Sample...

    docs.aspose.com/pdf/java/set-viewer-preference-...
  9. Add PDF Form Fields|Aspose.PDF for .NET

    This topic explains how to work with Form Fields with Aspose.PDF Facades using FormEditor Class....AddField () { // The path to the documents directory var dataDir = RunExamples...manipulate form fields using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/net/add-form-fields/
  10. Adding Javascript actions to existing PDF file|...

    Learn how to add JavaScript actions to PDF Documents in Java with Aspose.PDF for enhanced Document interactivity....create additional actions for document events. First of all, an object...object is drawn in the Document , in our example a Rectangle...

    docs.aspose.com/pdf/java/adding-javascript-acti...