Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 8,478 for

annotate

(0.33 sec)
  1. چگونگی اضافه کردن Link حاشیه نویسی با استفاده ا...

    کد نمونه جاوا برای اضافه کردن Link حاشیه نویسی در فایل پی دی اف در محیط جاوا زمان اجرا برای JSP/JSF نرم افزار و برنامه های دسکتاپ....get_Item ( 1 ); // Create Link Annotation and set the action to call..."callto:678-555-0103" )); // Add annotation to page page . getAnnotations...

    products.aspose.com/pdf/fa/java/annotation/link...
  2. Como excluir todos os comentários em PDF em C #

    Este breve tutorial orienta sobre como excluir todos os comentários em pdf em c#. Ele fornece detalhes sobre as configurações do IDE, um fluxo de programa e um código de amostra executável para remover todos os comentários do PDF em C#....páginas do PDF para testar o annotations Percorra todas as anotações...tendo uma coleção chamada Annotations que é iterada ainda mais...

    kb.aspose.com/pt/pdf/net/how-to-delete-all-comm...
  3. Travailler avec les signets - Façades|Aspose.PD...

    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....signets Travailler avec les annotations - Façades Travailler avec...

    docs.aspose.com/pdf/fr/cpp/working-with-bookmar...
  4. O que há de novo 2024|Aspose.PDF for .NET

    Esta página apresenta os recursos novos mais populares em Aspose.PDF for .NET introduzidos em 2024....Create an OutputIntent with annotation required OutputConditionIdent...necessary, an OutputCondition and annotation RegistryName may be provided...

    docs.aspose.com/pdf/pt/net/whatsnew/2024/
  5. 搜索

    搜索...Annotations 屬性訪問註釋。 按類型過濾註釋。 遍歷註釋並使用 Page.Annotations.Delete(Annotation)...Delete(Annotation) 方法將它們一一刪除。 下面的 C# 代碼片段顯示了在 PDF 到 PPTX 轉換中刪除註釋的一種可能方法:...

    blog.aspose.com/zh-hant/pdf/advanced-tricks-to-...
  6. Archiv

    Archiv...Annotations.FirstOrDefault(ann => ann...AnnotationType == Annotations.AnnotationType.Square) as Annotations.SquareAnnotation;...

    blog.aspose.com/cs/pdf/extract-table-from-pdf-u...
  7. Optimizar, Comprimir o Reducir el Tamaño del PD...

    Optimizar archivo PDF, reducir todas las imágenes, reducir tamaño PDF, Desincrustar fuentes, Eliminar objetos no utilizados usando PHP....$pages -> get_Item ( $i ); $annotations = $page -> getAnnotations...$idx < $annotations -> size (); $idx ++ ) { $annotation = $annotations...

    docs.aspose.com/pdf/es/php-java/optimize-pdf/
  8. 아카이브

    아카이브...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation 필터링 if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/ko/pdf/extract-text-from-pdf-cs...
  9. 搜索

    搜索...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/zh-hant/pdf/extract-text-from-p...
  10. Optimize PDF using C++|Aspose.PDF for C++

    Optimize PDF file, shrink all images, reduce size PDF, unembed fonts, enable reusing page content, remove or flatten annotations with C++....fields Remove or flatten annotations Optimize PDF Document for...Flattening Annotations The presence of annotations in your PDF...

    docs.aspose.com/pdf/cpp/optimize-pdf/