You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _articles/faq/generate-pdf-files.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ It offers better compression support, fewer limitations, and higher compatibilit
45
45
### Licensing Requirements
46
46
Dynamic Web TWAIN does not require any add-on license to **export** or generate PDF or PDF/A files. However, PDF-Rasterizer Addon would be required when **loading** a PDF/PDF-A file that contains **text or vector graphics**.
47
47
48
-
You can programmatically check whether a file needs rasterization using [`IsRasterizationRequired()`](/_articles/info/api/Addon_PDF.html#israsterizationrequired):
48
+
You can programmatically check whether a file needs rasterization using [`IsRasterizationRequired()`](/_articles/info/api/Addon_PDF.md#israsterizationrequired):
49
49
50
50
```javascript
51
51
DWTObject.Addon.PDF.IsRasterizationRequired(path); // returns true or false
@@ -61,7 +61,7 @@ DWTObject.Addon.PDF.IsRasterizationRequired(path); // returns true or false
61
61
62
62
### How to Export as PDF/A
63
63
64
-
Configure PDF output using [`Write.Setup()`](/_articles/info/api/Addon_PDF.html#writesetup) before calling any save function.
64
+
Configure PDF output using [`Write.Setup()`](/_articles/info/api/Addon_PDF.md#writesetup) before calling any save function.
After configuring `pdfaVersion`, all APIs that output PDF files will automatically generate PDF/A-compliant PDFs. This includes, but is not limited to:
0 commit comments