Skip to content

Commit e4de00c

Browse files
datalogics-josephadatalogics-rgailiunasdatalogics-aarroyo
authored
Develop to main (#42)
* Fix sample code based on improved usage of Image.Translate(). The imaging code of the .NET and Java libraries has been updated significantly and now Image.Translate() takes coordinates as one would expect on the page. Whereas previously the values were based on internally applying the matrix multiplication backwards. Because of this change the sample needs to be updated to produce the correct output. * Fix link so it's not just the raw URL. Clarify a statement about FE and samples. --------- Co-authored-by: Richard Gailiunas <[email protected]> Co-authored-by: Arnulfo Arroyo <[email protected]>
1 parent e4e5863 commit e4de00c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Most of the code samples in APDFL are designed to demonstrate how an API works b
1313

1414
We assume a basic level of technical understanding of the PDF file format, invidual sample category directory markdown files go into more details.
1515

16-
Many of these sample programs automatically generate an output file or set of files. These output files, generally PDF or graphics files (JPG or BMP), are stored in the directory where the application has been run. If you run a sample program a second or third time, it will overwrite any output files that were created and stored earlier. However, if you run a sample program, generate a PDF output file, and then open that PDF file and try to run that sample program again, you will see an error message. The program will not be able to overwrite an existing output file if that file is currently open in another program.
16+
Many of these sample programs generate an output file or set of files. These output files, generally PDF or graphics files (JPG or BMP), are stored in the directory where the application has been run. If you run a sample program a second or third time, it will overwrite any output files that were created and stored earlier. However, if you run a sample program, generate a PDF output file, and then open that PDF file and try to run that sample program again, you will see an error message. The program will not be able to overwrite an existing output file if that file is currently open in another program.
1717

18-
*(Note: that the Forms Extension product and samples are available by talking to Datalogics Sales.)*
18+
*(Note: that the Forms Extension product is available by talking to Datalogics Sales.)*
1919

2020
## ***Building and Running Samples***
2121
Samples can be built and run easily in an IDE such as Visual Studio 2017, 2019, or 2022.
2222

2323
## Free trial & license activation
2424

2525
To activate the free trial:
26-
1. Visit https://www.datalogics.com/pdf-sdk-free-trial to obtain an activation key.
26+
1. Visit [Free Trial](https://www.datalogics.com/pdf-sdk-free-trial) to obtain an activation key.
2727
2. A prompt will appear on your console when executing Datalogics sample code.
2828

2929
Alternatively, to use an activation key in code, the <em>LicenseKey</em> member of the <em>Library</em> class can be set to

0 commit comments

Comments
 (0)