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
Describe the bug
Text is being cut off on the right margin and the margins are at 1" on the top, left and right, and 1/4 to 1/2 inch on the bottom. It would be nice to be able to set these margins, as well as the font and propagate the changes to the printout.
To Reproduce
Steps to reproduce the behavior:
Simply run the program, provided a path to the source tree or a file on the command line and look at the resulting printouts.
Expected behavior
Utility should provide nice clean printouts of the source code requested.
Screenshots
N/A
Desktop (please complete the following information):
OS: Ubuntu 18.04
Browser: Chrome
Version: 77.0.3865.90 (Official Build) (64-bit)
Smartphone (please complete the following information):
N/A
Additional context
Attaching scans of a couple of the eight pages that were printed.
The text was updated successfully, but these errors were encountered:
This commit was working to resolving Issue #14, but I have, thus far, failed. This issue needs to remain open for now.
I've gotten it to the best I can figure out. I've tried using `DocPrintJob`, `DocFlavor`, `Doc`, `PrintRequestAttributeSet` and `PrintServiceLookup`, but keep getting unhelpful exception messages from the API and cannot figure out how to get the printouts any better.
Recursion still works and the files get printed like the last iteration. But, I can't seem to get it any better than that.
I have it using `PrintRequestAttributeSet` and I am setting the attributes for `Copies(1)` and `Sides.DUPLEX`, but it still only prints on one side of the page. I'm at a loss for right now.
Since I'm stuck with what I've got for the printouts, I'm going to move onto working on the functionality for storing the Project Name and last print date, as well as working on the printing method to only print those files that have changed since the last print date. In other words, I'm moving onto implementing the Feature Request in Issue #6.
Describe the bug
Text is being cut off on the right margin and the margins are at 1" on the top, left and right, and 1/4 to 1/2 inch on the bottom. It would be nice to be able to set these margins, as well as the font and propagate the changes to the printout.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Utility should provide nice clean printouts of the source code requested.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
![Second Run Page 1of8](https://user-images.githubusercontent.com/25845416/66259853-589a9f00-e77c-11e9-9033-01a4639a9659.png)
![Second Run Page 3of8](https://user-images.githubusercontent.com/25845416/66259854-589a9f00-e77c-11e9-8865-917d7a705f6e.png)
Attaching scans of a couple of the eight pages that were printed.
The text was updated successfully, but these errors were encountered: