Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 296 for

paragraph coordinates

(0.18 sec)
  1. C#를 사용하여 PDF에 텍스트 추가|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 .NET에서 PDF 문서에 텍스트를 추가하는 방법을 배우고 콘텐츠 향상 및 문서 편집을 수행합니다....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/ko/net/add-text-to-pdf-file/
  2. Archivio

    Archivio...TextFragment alla raccolta Paragraphs della pagina. Salvare il...testo a una nuova pagina page.Paragraphs.Add(new Aspose.Pdf.Text.TextFragment("Hello...

    blog.aspose.com/it/pdf/create-pdf-files-using-c...
  3. Agregar texto a PDF usando C#|Aspose.PDF for .NET

    Aprenda cómo agregar texto a un documento PDF en .NET usando Aspose.PDF para mejorar el contenido y editar documentos....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/es/net/add-text-to-pdf-file/
  4. Manipular Documento PDF en C#|Aspose.PDF for .NET

    Este artículo contiene información sobre cómo validar un Documento PDF para el estándar PDF A, cómo trabajar con el TOC, cómo establecer la fecha de caducidad del PDF, etc.... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/es/net/manipulate-pdf-docum...
  5. 在 C# 中操作 PDF 文档|Aspose.PDF for .NET

    本文包含有关如何验证 PDF 文档是否符合 PDF A 标准、如何处理目录、如何设置 PDF 到期日期等信息。... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/zh/net/manipulate-pdf-docum...
  6. Manipuler un document PDF en C#|Aspose.PDF for ...

    Cet article contient des informations sur la façon de valider un document PDF pour la norme PDF A, comment travailler avec la table des matières, comment définir la date d'expiration d'un PDF, etc.... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/fr/net/manipulate-pdf-docum...
  7. C#에서 PDF 문서 조작|Aspose.PDF for .NET

    이 문서에는 PDF A 표준에 대한 PDF 문서 유효성 검사 방법, TOC 작업 방법, PDF 만료 날짜 설정 방법 등이 포함되어 있습니다.... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/ko/net/manipulate-pdf-docum...
  8. Content render outside the table when page brea...

    Hi, I am facing a issue when rendering html content in a table. Please use the below code to reproduce the problem. I attached car.jpg which used in the html and the result file BrokenLine.pdf for your reference. Put th…...Paragraphs.Add(tab); tab.Border = new...AlignmentType.Left; leftTitle.Paragraphs.Add(new Aspose.Pdf.Generator...

    forum.aspose.com/t/content-render-outside-the-t...
  9. PDFにテキストを追加する方法(C#を使用)|Aspose.PDF for .NET

    Aspose.PDFを使用して.NETでPDFドキュメントにテキストを追加する方法を学び、コンテンツの強化とドキュメントの編集を行います。...); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/ja/net/add-text-to-pdf-file/
  10. C++를 사용하여 PDF에 텍스트 추가|Aspose.PDF for C++

    이 문서는 Aspose.PDF에서 텍스트 작업의 다양한 측면을 설명합니다. PDF에 텍스트를 추가하고, HTML 조각을 추가하거나, 사용자 정의 OTF 글꼴을 사용하는 방법을 배웁니다....page ); // 텍스트 단락 생성 auto paragraph = MakeObject < TextParagraph...TextParagraph > (); // 후속 줄 들여쓰기 설정 paragraph -> set_SubsequentLinesInden...

    docs.aspose.com/pdf/ko/cpp/add-text-to-pdf-file/