Skip to content

Commit 659c5e0

Browse files
committed
polished kb
1 parent 5ca8230 commit 659c5e0

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

knowledge-base/generating-pdf-product-catalog.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
22
title: Generating a PDF Product Catalog
3-
description: Learn how to export items, images, and editable text fields into a PDF using Telerik PdfProcessing.
3+
description: Learn how to generate a PDF catalog from business objects adding images, and text fields into a PDF using Telerik PdfProcessing.
44
type: how-to
5-
page_title: Creating Editable PDF Catalog with Telerik PdfProcessing
6-
meta_title: Creating Editable PDF Catalog with Telerik PdfProcessing
5+
page_title: Generating a PDF Product Catalog with Telerik PdfProcessing
6+
meta_title: Generating a PDF Product Catalog with Telerik PdfProcessing
77
slug: generating-pdf-product-catalog
88
tags: telerik, pdf,processing, catalog, product, item
99
res_type: kb
1010
ticketid: 1697233
1111
---
12+
<style>
13+
img[alt$="><"] {
14+
border: 1px solid lightgrey;
15+
}
16+
</style>
1217

1318
## Environment
1419

@@ -18,16 +23,13 @@ ticketid: 1697233
1823

1924
## Description
2025

21-
I need to export items, including images, text, and prices, into a PDF format that allows the text fields to be editable. This PDF document will be shared with a team while maintaining the look and feel of a specific design template.
26+
Learn how to generate a PDF catalog from business objects, including images, text, and prices.
2227

23-
This knowledge base article also answers the following questions:
24-
- How can I export items with editable text fields to a PDF?
25-
- Can Telerik PdfProcessing create an editable PDF with interactive fields?
26-
- How to generate a PDF catalog with images and editable text using Telerik PdfProcessing?
28+
![Generating a PDF Product Catalog ><](images\generate-pdf-product-catalog.png)
2729

2830
## Solution
2931

30-
To achieve this, use the Telerik [PdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) library, which supports creating and modifying PDF documents with interactive forms. Below is a sample implementation to generate a catalog PDF with editable text fields:
32+
To achieve this, use the Telerik [PdfProcessing]({%slug radpdfprocessing-overview%}) library, which supports creating and modifying PDF documents. Below is a sample implementation to generate a PDF catalog using the [RadFixedDocumentEditor]({%slug radpdfprocessing-editing-radfixeddocumenteditor%}):
3133

3234
### Code Example
3335

@@ -150,14 +152,8 @@ internal class Program
150152
}
151153
```
152154

153-
### Key Notes
154-
1. Replace the inserted text blocks with interactive form fields like [TextBoxField](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/interactive-forms/form-fields/textboxfield) for editable text.
155-
2. Ensure all required images are available in the specified paths.
156-
157155
## See Also
158156

159-
- [Telerik PdfProcessing Overview](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)
160-
- [Interactive Forms in PdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/interactive-forms/overview)
161-
- [TextBoxField API](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/interactive-forms/form-fields/textboxfield)
162-
- [Creating Interactive Forms Example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms)
163-
- [PdfProcessing SDK Repository](https://github.com/telerik/document-processing-sdk)
157+
- [PdfProcessing]({%slug radpdfprocessing-overview%})
158+
- [RadFixedDocumentEditor]({%slug radpdfprocessing-editing-radfixeddocumenteditor%})
159+
169 KB
Loading

libraries/radpdfprocessing/editing/radfixeddocumenteditor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,3 +326,4 @@ There is an additional overload of InsertFormInline() that enables you to pass t
326326
* [Table]({%slug radpdfprocessing-editing-table-overview%})
327327
* [How to Generate a PDF Document from Images with RadFixedDocumentEditor]({%slug pdf-from-images-with-radfixeddocumenteditor%})
328328
* [Generating a Table with RadFixedDocumentEditor]({%slug generate-table-with-radfixeddocumenteditor%})
329+
* [Generating a PDF Product Catalog]({%slug generating-pdf-product-catalog%})

0 commit comments

Comments
 (0)