Sort Score
Result 10 results
Languages All
Labels All
Results 6,051 - 6,060 of 8,590 for

annotate

(0.5 sec)
  1. JPG to PSD Images Conversion with Python | prod...

    How to use Python for JPG to PSD images and photos conversion on desktop and web applications....adjustment layers, layer masks, annotations, file information, keywords...

    products.aspose.com/imaging/python-net/conversi...
  2. WMZ to PSD Images Conversion with Python | prod...

    How to use Python for WMZ to PSD images and photos conversion on desktop and web applications....adjustment layers, layer masks, annotations, file information, keywords...

    products.aspose.com/imaging/python-net/conversi...
  3. Convert images AVIF to PSD via C# | products.as...

    Sample code for AVIF to PSD C# image conversion. Use API example code for batch AVIF files to PSD conversion within VB.NET, Asp.NET or any .NET based application....adjustment layers, layer masks, annotations, file information, keywords...

    products.aspose.com/imaging/net/conversion/avif...
  4. Changements de l'API Publique dans Aspose.PDF p...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....getCatalogValue(String key) Dans la classe Annotation, les méthodes suivantes sont...

    docs.aspose.com/pdf/fr/java/public-api-changes-...
  5. PDFファイルから生のテキストを抽出する|Aspose.PDF for Java

    この記事では、Aspose.PDF for Javaを使用してPDFドキュメントからテキストを抽出するさまざまな方法について説明します。全ページから、特定の部分から、列に基づいて、など。...すべての注釈をループする for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotationをフィルタリングする if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/ja/java/extract-text-from-a...
  6. Оптимизация, сжатие или уменьшение размера PDF ...

    Оптимизация PDF файла, уменьшение всех изображений, уменьшение размера PDF, извлечение шрифтов, удаление неиспользуемых объектов с помощью C#....pdf" )) { // Flatten annotations foreach ( var page in document...( var annotation in page . Annotations ) { annotation . Flatten...

    docs.aspose.com/pdf/ru/net/optimize-pdf/
  7. Formatação de Documento PDF usando C++|Aspose.P...

    Crie e formate o Documento PDF com Aspose.PDF para C++. Use o próximo trecho de código para resolver suas tarefas....MakeObject < Aspose :: Pdf :: Annotations :: GoToAction > ( MakeObject...MakeObject < Aspose :: Pdf :: Annotations :: XYZExplicitDestinati >...

    docs.aspose.com/pdf/pt/cpp/formatting-pdf-docum...
  8. 이미지 및 서명 정보 추출|Aspose.PDF for .NET

    SignatureField 클래스를 사용하여 C#에서 서명 필드의 이미지를 추출하고 서명 정보를 추출할 수 있습니다.... Annotations Dictionary<int, Annotation> 키가 페이지 번호이고...

    docs.aspose.com/pdf/ko/net/extract-image-and-si...
  9. PDF 주석을 온라인으로 제거하거나 .NET을 통해 주석을 관리하세요. | produ...

    무료로 온라인 앱을 통해 PDF 파일의 댓글을 삭제하세요.PDF 파일의 주석을 관리하는 C# .NET API 코드입니다....NET Annotate PDF 주석을 온라인으로 제거하거나 .NET을...사용하고 주석을 정의합니다. Pages[1].Annotations.Add를 사용하여 주석을 추가합니다. 주석이...

    products.aspose.com/total/ko/net/annotate/pdf/
  10. Optimize, Compress or Reduce PDF Size in Java|A...

    Оптимизируйте PDF файл, уменьшите все изображения, уменьшите размер PDF, удалите встроенные шрифты, удалите неиспользуемые объекты с помощью Java....getPages ()) { for ( Annotation annotation : page . getAnnotations...getAnnotations ()) annotation . flatten (); } _dataDir = _dataDir + "OptimizeDocument_out...

    docs.aspose.com/pdf/ru/java/optimize-pdf/